rizperdana / menu-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to menu-api 👋

Version License: ISC

Available service

to be updated here

  1. Fetch all menu
GET https://typescript-menu-api.herokuapp.com/api/menu/items
  1. Fetch menu by id
GET https://typescript-menu-api.herokuapp.com/api/menu/items/1
  1. Create menu
POST https://typescript-menu-api.herokuapp.com/api/menu/items
  1. Edit menu
PUT https://typescript-menu-api.herokuapp.com/api/menu/items/1
  1. Remove certain menu
DELETE https://typescript-menu-api.herokuapp.com/api/menu/items/1

Install

npm install

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

About


Languages

Language:TypeScript 100.0%