Skip to content

Latest commit

 

History

History
77 lines (56 loc) · 3.05 KB

README.md

File metadata and controls

77 lines (56 loc) · 3.05 KB

GitHub language count GitHub repo size GitHub last commit GitHub


Logo

Spring Java TypeScript JavaScript HTML CSS

Table of Contents
  1. About The Project
  2. How To Run

💻 About The Project

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.

app

🚀 How To Run

⚠️ For a better experience, open the project in the following link: https://ds-deliver-antonio.netlify.app/ ⚠️

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"