Skip to content

Latest commit

 

History

History
42 lines (21 loc) · 704 Bytes

File metadata and controls

42 lines (21 loc) · 704 Bytes

Inhouse Matchmaker

Backend

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

Frontend

cd react-frontend

npm start to start application

Database Management System

Install MongoDb

Install MongoDb Compass to view database

Server hosted on is localhost:27017

TODO

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.