Installation
Follow these steps to set up and run the project:
-
Install the required packages using Pipenv:
pipenv install
-
Activate the virtual environment:
pipenv shell
-
Create the database migrations:
python manage.py makemigrations
-
Apply the migrations to the database:
python manage.py migrate
-
Start the development server:
python manage.py runserver
