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
- Host: GitHub
- URL: https://github.com/dimplesy/nest-api-starter
- Owner: DimplesY
- Created: 2023-12-12T15:58:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-12T07:56:57.000Z (about 1 year ago)
- Last Synced: 2025-05-12T08:57:23.324Z (about 1 year ago)
- Topics: mysql, nestjs, prisma, redis
- Language: TypeScript
- Homepage:
- Size: 98.6 KB
- Stars: 10
- 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
```