this is a simple API for Guhanga kfx which allows you to create users, login, after creating account and logging in, a User will be able to create and add reviews and comments.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# swagger
$ npm run start:dev
open swagger at `http://localhost:3000/api`