Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 521 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 521 Bytes

NTUT API Server

CircleCI

An API server for a series of application of Taipei Tech that write by NTUT Programming Club.

Requirements

  • Redis (installed & running)
  • yarn

Build Setup

# install dependencies
$ yarn

# run normally
$ yarn start

# run the application with nodemon for development
$ yarn dev

# run the test
$ yarn test

# run the application with docker
$ docker-compose up