https://github.com/nissy-dev/nestjs-prisma-practice
https://github.com/nissy-dev/nestjs-prisma-practice
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nissy-dev/nestjs-prisma-practice
- Owner: nissy-dev
- License: mit
- Archived: true
- Created: 2024-01-03T04:10:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T16:22:13.000Z (about 2 years ago)
- Last Synced: 2025-05-07T00:43:55.166Z (11 months ago)
- Language: TypeScript
- Size: 287 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```