Skip to content
This repository has been archived by the owner on Mar 25, 2022. It is now read-only.

zolplay-cn/zhihuyou.server

Repository files navigation

知忽悠 Zhihuyou Server

Installation

$ yarn install

Running the app

# development
$ yarn dev

# migrate db
$ yarn migrate:dev

# production mode
$ yarn start:prod

Visit http://localhost:$port/api to see OpenAPI docs.

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

Duplicate .env

cp .env.example .env
cp .env.example .test.env

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages