The ultimate solution for managaging teams in your club
- Signup as a club admin
- Create different teams for your club
- Add members to a team
- Get members according to their free slots
- Find common free slots
$ git clone https://github.com/RajatSablok/free-slot-finder-v3.git
$ cd free-slot-finder-v3
$ npm install
These variables should reside as key value pairs in a file called .env
.
Variable Name | Description |
---|---|
DBURI | URI for connecting to MongoDB |
JWT_SECRET | Secret key for generating JWTs |
$ npm start