feat: added Prisma
This commit is contained in:
Riccardo Senica
2023-08-05 17:23:34 +02:00
committed by GitHub
parent 9c01101c1b
commit 392e0db67b
17 changed files with 181 additions and 18 deletions

View File

@@ -10,6 +10,11 @@ It contains basic configurations for the following:
- Winston (logging)
- GitHub Actions (CI/CD)
# Environment Variables
- PORT - The port to run the server on
- `DATABASE_URL` - The URL to the database, formatted as `postgres://<username>:<password>@<host>:<port>/<database>`
## Commands
Install dependencies: