This is a backend challenge for Tiretutor.
Please have these installed
- python3.12
- pipenv
- git
-
Clone the repository:
git clone git@github.com:halicki/tiretutor-backend-task.git
-
Install dependencies:
cd tiretutor-backend-task pipenv install -
Migrate the database:
pipenv run python manage.py migrate
-
Create a superuser:
pipenv run python manage.py createsuperuser
-
Run the server:
pipenv run python manage.py runserver