Skip to content

centurionj/cub

Repository files navigation

Проект для КУБ 2.0

Стэк

  • Python 3.10
  • React 18
  • Bootstrap 5.3.2
  • Node 20.9.0
  • Yarn 1.22.19
  • Docker
  • Docker-compose
  • Nginx
  • Gunicorn
  • PostgreSQL
  • Celery
  • Redis

Инструкция по развертыванию

Создать .env из .env.example в директории cub.

Создать .env из .env.example в директории frontend.

Запуск проекта через docker:

в корне проекта

docker-compose up --build

Создать superuser в контейнере

docker ps
docker exec -it <id контейнера с джангой> bash
python manage.py createsuperuser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •