https://github.com/dluismendezpy/nest-crud-prisma-sqlite
This is a simple crud using NestJS, Prisma and Sqlite
https://github.com/dluismendezpy/nest-crud-prisma-sqlite
nestjs prisma sqlite typescript
Last synced: 2 months ago
JSON representation
This is a simple crud using NestJS, Prisma and Sqlite
- Host: GitHub
- URL: https://github.com/dluismendezpy/nest-crud-prisma-sqlite
- Owner: dluismendezpy
- License: apache-2.0
- Created: 2024-04-11T01:04:27.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T23:32:23.000Z (about 2 years ago)
- Last Synced: 2025-01-17T21:23:37.841Z (over 1 year ago)
- Topics: nestjs, prisma, sqlite, typescript
- Language: TypeScript
- Homepage:
- Size: 110 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NestpriLite
Crud operations using NestJs, Prisma and Sqlite
## Install dependencies
```bash
$ npm install
```
## Running the app
```bash
# development
$ npm run start
# watch mode
$ npm run start:dev
```
## License
Nest is [Apache licensed](LICENSE).