Table of Contents
DSDeliver project, this project taught in the week of dev superior 2.0. It consists of a web/mobile application where the user can place orders at a restaurant, as well as delivery people can cancel orders. Connecting in this way, user and delivery people
There is an API developed in Spring Boot, in which requests are registered / removed / edited in the database, this API also returns the available products. In addition, the entire interface is done with the user through a React application that is consuming this Java API.
On both Windows and Linux, the execution is done from an IDE of your choice, to run a Java API. The API will be running locally on port 8080.
In addition to the API, it is also necessary to run the React application. For this you must execute:
# Clone the repository
$ git clone https://github.com/antuniooh/dsDeliver-sds2.git
# Access the project folder in your terminal / cmd
$ cd dsDeliver-sds2/front-web
# Install libs
$ npm install
# Deploy
$ npm start
The project will be hosted at "localhost:3000"