Skip to content

Spashev/stripe

Repository files navigation

Python 3 + Django 4.* + PgsSql + VueJs3 + Docker + Nginx

Развертывание тестового проекта

ENV

cp .env.xample .env

1) Makefile Deployment

make install

2) Create superuser

make shell
python manage.py createsuperuser

Run all containers

make test

Stop all containers

make stop

Run tests

make test

Run migrations

make migrate

Destroy all docker containers

make destroy