The backend is available at http://localhost:5000
Be sure to install pycg on your local machine: pip install pycg
Go to backend root folder and run pip install -r requirements.txt
Run python app.py
The frontend is available at http://localhost:4200
Go to frontend root folder and run npm install
Run npm run start