Skip to content

Installation

Parikshit S Patil edited this page Mar 25, 2020 · 4 revisions

python backend

backend is written in flask python. To start backend, Go to backend/ and in command line run commandpython app.py

Angular Front end

To run angular front end, go to frontend and run npm start.

While doing above things just check ports are available and if not, then change in code.

Clone this wiki locally