Skip to content

netology-code/netomerch-backend

Repository files navigation

Backend

Development

  1. Install dependencies
cd netomerch
pip install -r requirements-dev.txt
  1. Make .env file (you can make it based on .env.template)
cp .env.template .env
  1. Please make sure to check the code before pushing
isort .
flake8 .
pytest

NB: tests use PostgreSQL, so you need to allow user to create the database:

psql -U postgres -c "ALTER USER netomerch CREATEDB;"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages