TODO
- Copy
postgres.example.env
andprisma/.example.env
topostgres.env
andprisma/.env
- Change the required fields (make sure they're the same in the two files!)
- Run
docker-compose up -d
- Run
deno task prisma:migrate:deploy
- Run
deno task prisma
- Run
dotenv -e prisma/.env deno task dev