You must have npm, Python and PIP installed.
- Clone the repository.
- In backend directory run:
pip install -r requirements.txt
- In main directory run:
npm install .
You have to run backend app and frontend app.
In backend directory run: flask run
Backend app is running on port 5000
In main directory run: npm start
Open http://localhost:3000 to view it in the browser.