DS Delivery is a Web and Mobile application for users who want to register and deliver orders. In the Web part there are steps that the user must follow to place orders, while on the Mobile it is related to the order details, having an interface very well informed of the orders and easy to use.
- Axios
- Expo
- Heroku
- Java
- Leaflet
- Netlify
- NPM
- Mapbox
- PgAdmin
- Postgresql
- ReactJS
- React Native
- React Navigation
- React Select
- React Toastify
- Spring Boot
- Typescript
-
It is necessary to have Java 11 and Spring Boot installed on computer.
-
It is necessary to have Git installed and configured on the computer.
-
It is vital to have Spring Tools Suites installed on the computer to upload the backend.
-
Also, it is necessary to have a package manager either Yarn or NPM.
-
Finally, it is essential to have Expo installed globally on the machine.
- Clone the repository:
$ git clone https://github.com/joaldotavares/dsdeliver.git- Running the Application:
# API
# To start the backend it is necessary:
# > Open the Spring Tool Suite (STS)
# > Open the folder "dsdeliver"
# > Click the right button src/main/java
# > Search for "Run As" and go to option "Spring Boot App"
# WEB APPLICATION
$ cd frontend
# Installing the project dependencies.
$ npm install # ou yarn add
# Start the web application
$ npm start # ou yarn start
This project is under the MIT license. See the archive LICENSE for more details.
Project developed with the tutorship of Nelio Alves and Washington Soares, from DevSuperior.


