Created Room model, set up database connection

This commit is contained in:
2021-09-04 15:08:56 +03:00
parent 7fff6d4006
commit 3533230eb1
5 changed files with 58 additions and 0 deletions

2
back/.env.example Normal file
View File

@@ -0,0 +1,2 @@
DATABASE_URL="postgresql://"
PORT=8081