First clone this repo(or get it any other way) and open project directory on your computer using CLI
In project directory run python -m venv venv to create a virtual environment
Access virtual environment by running:
source venv/bin/activateon Linux 🤓venv\Scripts\activateon Windows 🦝
Install dependencies by running pip install -r requirements.txt
Dependencies are actually just flask + sub-dependencies so you can install flask instead
Initialize the database by running py init_db.py
Now you should be able to run flask run and start the app
By default app is available at 127.0.0.1:5000






