- Open a terminal of your choice and navigate to the project root directory
- Create a new pipenv instance
foo@bar:~$ pipenv --three- Install dependencies
foo@bar:~$ pipenv install- Run reset-script.py to remove previous db.sqlite3 file and create database/host localhost
foo@bar:~$ python3 reset-script.py- In another terminal window run populate-db-script.py
foo@bar:~$ python3 populate-db-script.py- Install Postman Desktop Client to test endpoints (Browser client cannot be used to send Requests to localhost servers): https://www.postman.com/downloads/
- Install DB Browser for SQLite to easily view data in db.sqlite3 https://sqlitebrowser.org/dl/