API gateway for multiple projects:
- API for thaifood.ee contents
- API for thaifood.ee admin panel
- API for auth
$ npm install# development $ npm run start # watch mode $ npm run start:dev # production mode $ npm run start:prod # Makefile make up-build# build test make up-test-build # all tests in another terminal make tests