Backend service for Reqord Web Application
$ npm install# Application is accesible in port 3000
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prodSwagger documentation: http://localhost:3000/swagger/
This project uses the MIT license.