daily-gist

circleci build

About

This project is gonna be used for a neat, daily news website. WORK IN PROGRESS.

Setup

  1. Checkout the repository.

  2. Put your config to /secrets/config.yaml

  3. Create a virtualenv --python=python3 venv

  4. Activate the environment source ./venv/bin/activate

  5. Install the requirements pip install -r requirements.txt

  6. Setup the MongoDB

  7. You are ready to develop!