Skip to content

user-Roma/api_final_yatube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

api_final

How to start a project:

Clone repository and change to it on the command line:

git clone git@github.com:user-Roma/api_final_yatube.git
cd kittygram

Create and activate virtual environment:

python3 -m venv env
source env/bin/activate

Install dependencies from a file requirements.txt:

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

Make migrations:

python3 manage.py migrate

Start the project:

python3 manage.py runserver

About

api final yatube

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors