Created SQL-based Database Design for clubs to manage their employee and events data. Project includes Schema, SRS, Development, and Testing. It allows admin to write and run complex queries on site.
- Clone project branch of repository
- cd to clubdb folder. Install requiremnet for project
pip install django
pip install psycopg2
- Start the project
python manage.py runserver