- Go to
https://gainesville-crime.vercel.app/and nvaigate using the links in the header
- Clone the repo using
git clone https://github.com/Soor1/gainesville-crime.git - Create virtual enviroment using
python3 -m venv venvand start the venv usingsource venv/bin/activate(for windows usevenv\Scripts\activate) - Install all the proper packages by
cd project-root && pip install -r requirements.txt - To run
python3 app.pyfrom the project root
- Install DB Browser for SQL Lite (makes working with SQL Lite db's super easy)