Ecosyste.ms: Awesome
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: about 2 months ago
JSON representation
A api framework base on Nest.js
- Host: GitHub
- URL: https://github.com/dimplesy/nest-api-starter
- Owner: DimplesY
- Created: 2023-12-12T15:58:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-28T07:54:46.000Z (7 months ago)
- Last Synced: 2024-06-28T09:10:02.101Z (7 months ago)
- Topics: mysql, nestjs, prisma, redis
- Language: TypeScript
- Homepage:
- Size: 419 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```