Skip to content

halicki/tiretutor-backend-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiretutor backend task

This is a backend challenge for Tiretutor.

Installation

Prerequisites:

Please have these installed

  • python3.12
  • pipenv
  • git

Steps:

  1. Clone the repository:

    git clone git@github.com:halicki/tiretutor-backend-task.git
  2. Install dependencies:

    cd tiretutor-backend-task
    pipenv install
  3. Migrate the database:

    pipenv run python manage.py migrate
  4. Create a superuser:

    pipenv run python manage.py createsuperuser
  5. Run the server:

    pipenv run python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors