/college-fest-management

Manage college fest registrations with Realtime Analytics with Admin Interface.

Primary LanguageJavaScriptMIT LicenseMIT

College Fest Management

Manage college fest registrations with Realtime Analytics.

Installation

Pip

  • Use the package manager pip to install all the dependencies.
pip install -r requirements.txt
  • After executing pip install make sure Django is installed by the following command
python -m django --version

Usage

Running The Application API Server

django-admin startproject TechTrixManager

Running DataBase Migrations

python manage.py makemigrations

Create Django Admin Superuser

python manage.py createsuperuser

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT