Backend application for Masakin: Your Modern Recipes Repository built using Nest.
$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:covVisit /api-docs after running this project. You'll find a swagger API documentation
- Author - Ahsan Azizan
- Website - Not deployed yet
- Twitter - @jetto_curvarine
This project is MIT licensed.