The initial design of our blog application for MLH Fellowship Production Engineering track.
Ciara (CiCi) Swann 🎨 |
Nimra 💻 |
varsharathore16 🖋 |
To make a copy of the Flask website, just use generate your own here.
Make sure you have python3 and pip installed
Create and activate virtual environment using virtualenv
$ python -m venv python3-virtualenv
$ source python3-virtualenv/bin/activate
Use the package manager pip to install all dependencies
pip install -r requirements.txt
Create a .env file using the example.env template
Start flask development server
- Add
FLASK_ENV=development
to .env -
$ docker-compose up
- Access it at
http://127.0.0.1:5000
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.