Skip to content

TimurBatyr/OnlineShop_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  1. To install the project, please, download it or clone this repository
  • git clone

https://github.com/TimurBatyr/OnlineShop_API

  1. Create virtual environment and activate virtual environment
  • python3 -m venv venv

  • . ./venv/bin/activate

  • cd OnlineShop

  1. Install moduls
  • pip install -r requirements.txt
  1. Start project
  • python3 manage.py makemigrations

  • python3 manage.py migrate

  • python3 manage.py createsuperuser

  • python3 manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages