Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 704 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 704 Bytes

English | 繁體中文

Developed by Taipei Group 3

RapidQ-backend

"RapidQ is a party game allowing you to easily create, share, and play within minutes using your mobile."

Preview

Not ready

Getting Started

  • (1) Create the .env. (You can get copy from example.env)
  • (2) Run the npm install.
  • (3) Depends on your environment and follow the script below.
  • (4) You can get swagger-doc on 3000 port.
// development
npm run dev

// production
npm run prod

// swagger docs
npm run swagger