Skip to content

vzhan00/matchmaker_webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors