Dating for social good.
Dating for social good.
The application uses environment variables for configuration.
The .env
file contains the following configuration values:
MONGO_URI
: MongoDB connection URI
Load these configuration values by running:
. ./.env
A Docker container is used to run the application.
First you must build the Docker container:
make build
Start Flask in the Docker container:
make run
To start a command prompt for development:
make shell