Skip to content

bbbozhena/delivery_api

Repository files navigation

Delivery app API

This is a test task done for ElifTech School.

Quickstart

API is developed with Node JS and Express. You need to do following to start it:

npm install
npm run dev

Available endpoints

The API serves following endpoints:

GET/POST /api/restaurant

Get or create restaurants.

GET/POST /api/product

Get or create products (dishes) served by a restaurant.

POST /api/product_order

Create new oder with a list of products.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published