- This project was generated with Angular CLI version 11.0.2.
- This is an angular application which would communicate with a Python flask middleware that connects to a backend SQLite DB.
- Install Node JS and npm
- Install prerequisites by running
npm install
on this project directory - For the project to work, download and set up the backend as well. (Instructions found here)
To run the project on localhost run the following command:
ng serve -o