Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

A api framework base on Nest.js

Awesome Lists containing this project

README

        


nest-api-starter


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
```