Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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