Task Handler
Steps to Run project
- Clone the repository
- Run the following command in the project directory to install dependencies:
pip install -r requirements.txt
- Run the following command to create the database:
python manage.py makemigrations
- Run the following command to migrate the database:
python manage.py migrate
- Run the following command to create the superuser:
python manage.py createsuperuser
- Run the following command to run the server:
python manage.py runserver