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

https://github.com/dimplesy/nest-api-starter

A api framework base on Nest.js
https://github.com/dimplesy/nest-api-starter

mysql nestjs prisma redis

Last synced: 11 months ago
JSON representation

A api framework base on Nest.js

Awesome Lists containing this project

README

          


nest-api-starter



## Features

## Getting Started

### Clone to local

If you prefer to do it manually with the cleaner git history

```bash
npx degit DimplesY/nest-api-starter my-api
cd my-api
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm
```