This project uses Flask
as backend, MongoDB
as Database and React
as frontend.
The backend provides API support, including user authentication with JWT token
.
The frontend serves as a simple gui so as to show the realtime data.
The backend assumes there is a running MongoDB
in localhost.
Front-end: Navigate to directory → yarn
→ yarn start
Back-end: Navigate to directory → pip install -r requirements.txt
→ python main.py
Now the two server should be running on port 3000
and 5000
.