feat: add full project - backend, frontend, docker, specs and configs
This commit is contained in:
parent
b77c7d5a01
commit
e6cb06255b
24489 changed files with 61341 additions and 36 deletions
5
backend/.env.example
Normal file
5
backend/.env.example
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
DATABASE_URL=postgresql://imob:imob_dev@localhost:5432/saas_imobiliaria
|
||||
SECRET_KEY=change-me-in-production
|
||||
CORS_ORIGINS=http://localhost:5173
|
||||
FLASK_ENV=development
|
||||
FLASK_APP=app
|
||||
Loading…
Add table
Add a link
Reference in a new issue