An open API service indexing awesome lists of open source software.

https://github.com/nissy-dev/nestjs-prisma-practice


https://github.com/nissy-dev/nestjs-prisma-practice

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# nestjs-prisma-practice

## Development

```shell
// start postgres container
docker compose up

// start dev server
pnpm run dev

// run e2e test
pnpm run test:e2e
```