Skip to content

ramamdeeCode/grub-dash-front-end

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Project-GrubDash

Installation

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

Description

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

live Server

Home

image

Dashboard

Screenshot 2022-11-26 at 12 17 46 AM

create order

Screenshot 2022-11-26 at 12 18 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 POST /orders

About

Front end for GrubDash project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.9%
  • HTML 5.9%
  • CSS 0.2%