This project is gonna be used for a neat, daily news website. WORK IN PROGRESS.
-
Checkout the repository.
-
Put your config to
/secrets/config.yaml
-
Create a
virtualenv --python=python3 venv
-
Activate the environment
source ./venv/bin/activate
-
Install the requirements
pip install -r requirements.txt
-
Setup the MongoDB
-
You are ready to develop!