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: 2 months ago
JSON representation

This is a simple crud using NestJS, Prisma and Sqlite

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).