Skip to content

🏪 retailer - service for the management and sale of goods in retail outlets. ⚡FastAPI, 🔒Django-admin, 🐘PostgreSQL, 🟥Redis, 🐰RabbitMQ

Notifications You must be signed in to change notification settings

ivaaahn/retailer

Repository files navigation

Coursework

Retailer

Подключение к базе данных:

  1. Создать роль
    • create user user_name with encrypted password 'userpassword';
  2. Создать БД
    • CREATE DATABASE dbname;
  3. Определить права
    • grant all privileges on database sample_db to user_name;
  4. Накатить миграции
    • alembic upgrade head

About

🏪 retailer - service for the management and sale of goods in retail outlets. ⚡FastAPI, 🔒Django-admin, 🐘PostgreSQL, 🟥Redis, 🐰RabbitMQ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages