pip install pipenv
cd flask-backend
pipenv shell activates the python virtual environment
pipenv install installs dependencies
python api.py: runs the api
pipenv to view commands
pipenv exits exits the virtual environment
cd react-frontend
npm start to start application
Install MongoDb
Install MongoDb Compass to view database
Server hosted on is localhost:27017
Finish API
Start React Frontend
Implement login and queue system
Use Redis as a sessions storage system/cache to implement a message service and drafting tool. Use multi-threading for this too.