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

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.

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)