This is repository for group project in Yandex Praktikum
Clone repository from GitHub
$ git clone https://github.com/alidzen/api_yamdb.git
$ cd api_yamdbCreate vitrual enviroment
$ python -m venv venv
$ source venv/bin/activateInstall vendor modules
$ pip install -r requirements.txtAdd new dependencies in the requirements list
$ python3 -m pip freeze > requirements.txtPerfom migrations of database
$ python manage.py migrateSeed database with test data
$ python manage.py datatosqlite