Skip to content

A sample python flask app with docker, redis connection, mongo connection and some aws connections

Notifications You must be signed in to change notification settings

velutha/python3-flask-mongodb-redis-docker-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clone the repo

Environment Variables used can be found in .env.example

These environment variables should be set before running the app

They can be set by creating the file .env(copy .env.example and change values) in root directory or plain environment variables

If you're running a virtualenv you can start app by running python3 bot/app.py from root directory

Or you can use docker(this will help you run server locally with minimal fuss)

Install docker and docker-compose in your machine

Instructions be found here

https://docs.docker.com/engine/installation/

https://docs.docker.com/compose/install/

From the root directory of the project run

docker-compose build

docker-compose up

About

A sample python flask app with docker, redis connection, mongo connection and some aws connections

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages