The api behind the ridiculous Recipe Ipsum
Recipe Ipsum API
$ yarn install
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod
docker-compose up db
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov
- Author - Gabriel Laroche
- Website - https://recipe-ipsum.com
The Recipe Ipsum API is MIT licensed.