Skip to content

ramamdeeCode/Project-GrubDash-Back-end

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Project-GrubDash-Backend

Description

  • This is an API project following RESTful design principles for a Grub-Dash-Front-End found here

Live Project Back-end

GET /dishes Screenshot 2022-11-26 at 12 20 11 AM

Get /orders

Screenshot 2022-11-26 at 12 28 38 AM

Functionalities

This server work with two resources Dishes and Orders

Dishes Routes
Create new Dish POST /dishes
Update new Dish PUT /dishes/:dishId
Find Dish by id GET /dishes/:dishId
List all the Dishes GET /dishes
Orders Routes
Create new Order POST /orders
Update new Order PUT /orders/:orderId
Find Order by id GET /orders/:orderId
Delete Order Delete /orders/:orderId
List all the dishes Get /orders

Installation

  1. Fork / clone this repository.
  2. Run npm install.
  3. Use npm start to run the application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published