patricioc7 / sooftRestaurantChallenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sooft Restaurant Challenge

Requiere NodeJs v14.7.0 y Yarn

Quick start

Para instalar dependencias

yarn

Para levantar

yarn start

Endpoints

Crear un restaurante: POST -> /restaurants

Body:

{
"name" : "restaurante1",
"kindOfRestaurant": "arabe",
"songs": ["Paradise City","La ciudad de la furia","Bohemian Rhapsody"]

}

Traer todos los restaurantes y filtralos por tipo: GET -> /restaurants/?kindOfRestaurant=arabe

Traer restaurante por nombre GET -> /restaurants/restaurante1

About


Languages

Language:JavaScript 96.8%Language:Shell 3.2%