- Ensure python 3.8 and above is installed in your system
- Clone this repository and navigate to the folder via cli
- Install the requires by running
pip install -r requirements.txt
- Run
python manage.py makemigrations
- Run
python manage.py migrate
- Create a superuser account by running
python manage.py createsuperuser
- Run
python manage.py runserver
to start the application - Navigate to http://localhost:8000/admin