Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 2.28 KB

README.md

File metadata and controls

62 lines (40 loc) · 2.28 KB

Our Portfolio Project - 3.3.6 team

All Contributors License: GPL v3

The initial design of our blog application for MLH Fellowship Production Engineering track.

MLH Kickoff Hackathon Team ✨


Ciara (CiCi) Swann

🎨

Nimra

💻

varsharathore16

🖋

Installation

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

Usage

Create a .env file using the example.env template

Start flask development server

$ export FLASK_ENV=development
$ flask run

Contributing

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.

This project follows the all-contributors specification. Contributions of any kind welcome!