REST-API :: docker with Prisma + typescript + Postgres
Included everything and this is ready.
You have to fill out .env
for docker-compose.yml
and then fill the data on the .env
under the prisma folder.
$ docker-compose up -d
$ npx prisma migrate save --experimental --create-db --name "init"
$ npx prisma migrate up --experimental
$ npx prisma generate
- Bundle the prisma project inside docker
- The base API methods
- Modularize each entity of the API into modules