/Club-Manager-1.0

This project is made to help clubs in the colleges to manage various events, fest etc. better

Primary LanguageCSS

ClubSync 1.0

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.

Setup

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

Install the dependencies

  pip install -r requirements.txt

Run the application

    python app.py