project setup

This commit is contained in:
2024-03-24 13:41:49 +03:00
commit ef60d563fa
37 changed files with 19910 additions and 0 deletions

4
env/backend/dev.env vendored Normal file
View File

@ -0,0 +1,4 @@
POSTGRES_USER=user
POSTGRES_PASSWORD=password
POSTGRES_DB=db
DEBUG=1