Overview | Preview | Technologies | Deploy | How to use | How to contribute
The JeffDeliver application was developed during the 2nd edition of DevSuperior Week (#SDS2), an event organized by DevSuperior It was built to facilitate ordering and delivery. The order request is made via the web and the delivery person receives the information via a mobile app.
Home page
Order page
The layout was developed by Washington Soares , you can access figma here
This project was developed with the following technologies:
Frontend Web
Frontend Mobile
Backend
Back-end: Heroku
Front-end WEB: Netlify
You must have installed:
- NodeJS
- Package manager (NPM OR Yarn)
$ git clone https://github.com/ojeffpinheiro01/jeffDeliver.git
$ cd jeffDeliver
cd backend && yarn install
cd front-web && yarn install
cd mobile && yarn install
-
Install and configure the postgreSQL database
-
Import as a Maven project into your Java IDE
-
Create the tables with the code in the data.sql file in resources
-
Fill in the information for the application.properties files
-
Run as Spring Boot application
Enter the folder
$ cd front-web
Run the application
$ yarn start
Enter the folder
$ cd mobile
Run the application
$ yarn start
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature
; - Commit your changes:
git commit -m 'feat: My new feature'
; - Push to your branch:
git push origin my-feature
.