Skip to content

Latest commit

 

History

History
83 lines (58 loc) · 2.23 KB

File metadata and controls

83 lines (58 loc) · 2.23 KB

Dolphin Admin Server

English / 简体中文

Dolphin Admin Server is the backend service of Dolphin Admin Web, based on Express + TypeScript + Prisma + PostgresSQL, built with EST.

Features

TODO

Tech Stack

Code Style

Usage

Environment

  • Node.js >=16.14.0
  • pnpm
  • PostgreSQL

Configuration Environment Variables

Configure .env file, refer to .env.example.

Install

pnpm i

Database Migration

pnpm prisma:migrate:dev
pnpm prisma:migrate:mongo
pnpm prisma:generate

Run

pnpm dev

Build

pnpm build

License

MIT License © 2023 Bruce Song from Bit Ocean