Skip to content

Ann-Ostr/API_user_reviews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API_for_user_reviews

Как запустить проект:

Клонировать репозиторий и перейти в него в командной строке:

git clone git@github.com:Ann-Ostr/api_user_reviews.git
cd api_user_reviews

Cоздать и активировать виртуальное окружение:

python3 -m venv env
source env/bin/activate

Установить зависимости из файла requirements.txt:

python3 -m pip install --upgrade pip
pip install -r requirements.txt

Выполнить миграции:

python3 manage.py migrate

Запустить проект:

python3 manage.py runserver

тыц-тыц