Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 16 hours 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 (7 months ago)
- Default Branch: master
- Last Pushed: 2024-04-11T23:32:23.000Z (7 months ago)
- Last Synced: 2024-04-12T07:13:18.496Z (7 months ago)
- Topics: nestjs, prisma, sqlite, typescript
- Language: TypeScript
- Homepage:
- Size: 110 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- 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).