An API server for a series of application of Taipei Tech that write by NTUT Programming Club.
- Redis (installed & running)
- yarn
# 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