https://github.com/dolphin-admin/nest-api
🐬 Dolphin Admin back-end API service based on Nest.js, TypeScript, Prisma and PostgreSQL.
https://github.com/dolphin-admin/nest-api
nestjs nodejs postgresql prisma swagger typescript
Last synced: 5 months ago
JSON representation
🐬 Dolphin Admin back-end API service based on Nest.js, TypeScript, Prisma and PostgreSQL.
- Host: GitHub
- URL: https://github.com/dolphin-admin/nest-api
- Owner: dolphin-admin
- License: mit
- Created: 2023-08-14T01:09:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T14:33:42.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T16:22:45.538Z (almost 2 years ago)
- Topics: nestjs, nodejs, postgresql, prisma, swagger, typescript
- Language: TypeScript
- Homepage:
- Size: 1.16 MB
- Stars: 10
- Watchers: 0
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dolphin Admin Nest
English / [简体中文](./README.zh-CN.md)
Dolphin Admin Nest is the back-end service of Dolphin Admin, based on Nest.js, TypeScript, Prisma and PostgresSQL.
## Tech Stack
- Nest
- TypeScript
- Prisma
- PostgreSQL
## Usage
### Install
```bash
pnpm i
```
### Build
```bash
pnpm build
```
## License
[MIT](/LICENSE) License © 2023 [Bruce Song](https://github.com/recallwei)