This is repository for group project in Yandex Praktikum
Clone repository from GitHub
$ git clone https://github.com/vokson/api_yamdb.git
$ cd api_yamdb
Create vitrual enviroment
$ python -m venv venv
$ source venv/Scripts/activate
Install vendor modules
$ pip install -r requirements.txt
Perfom migrations of database
$ python manage.py migrate
Seed database with test data
$ python manage.py datatosqlite