raflymaulana28 / daebak-food

A restfull API use Nest JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Daebak Food Backend

A Resfull API about All About Korean Food.

heroku

Description

Stack:

Current Feature

  • Get Product
  • Get Restaurant
  • Create Product
  • Create Restaurant
  • Update Restaurant
  • Update Product
  • Delete Product
  • Delter Restaurant

Upcoming Feature

  • Auth Module
  • JWT authorization for CUD (Create, Update, Delete) access
  • Profile Module

API Documentation

Postman Documentation

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Credits

License

Nest is MIT licensed.

About

A restfull API use Nest JS


Languages

Language:TypeScript 95.8%Language:JavaScript 4.2%