Repository for Travel-Aware, your own commute safety assistant.
nodejs and Angular 19 are required to be installed to run the app
Download nodejs here: nodejs: https://nodejs.org/en/download/package-manager
Then install Angular with this command:
angular: npm install -g @angular/cli
Navigate to the project folder and run the flask app:
python3 app.py
Navigate to ./angular-frontend
cd ./angular-frontend
Serve the front-end
ng serve
Then open to localhost:4200 to view the app locally