This project was part of the training course "fullstack developper" made by LeReacteur (https://www.lereacteur.io/).
It is in two parts (front-end :https://github.dev/AFlorie/deliveroo-frontend and back-end: https://github.dev/AFlorie/deliveroo-backend)
The goal of this project was learn how to create a shopping cart and how to add or remove items so I did not focus on accessibility, SEO or responsivness.
Satus
To be finished.
This website in not responsive.
Online demo
https://deliveroo-font.netlify.app/
Route infos
route "/" : json containing the complete data
Clone this repository :
git clone https://github.com/AFlorie/deliveroo-backend
cd deliveroo-backend
To start it :
node index
You should have a message "Server started on port... " in the console.
The server is running.