This is a platform for all the clubs in various colleges and universities which will help them manage their events from taking permissions to booking audotoriums etc in colleges/universities. So it is a complete CLUB MANAGEMENT SYSTEM for the clubs, making their workflow easier.
To setup the project in your local system follow the steps below :
Setup the Virtual Environment
Run the following commands
pip install virtualenv
python -m venv venv
venv/Scripts/activate
pip install -r requirements.txt
python app.py