Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 637 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 637 Bytes

Futsam Managemenr

Summary

Admin of College crate a post announcement and select cordinator and game manager for game

Students can request for post cordinator and game manager position

Once Cordinater selected , he can create team and add players to team

Once Game Manager is selected , he can create match and make match making , score update and so on

Setup

python -m venv .venv
source .venv/Scripts/activate
pip install -r requirements.txt
  1. Put your secrectr key and email and password in setting configuration
  2. test application using python manage.py test
python manage.py runserver