Developed by Taipei Group 3
"RapidQ is a party game allowing you to easily create, share, and play within minutes using your mobile."
Not ready
- (1) Create the
.env
. (You can get copy fromexample.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