Skip to content

Latest commit

 

History

History
74 lines (59 loc) · 2.01 KB

README.md

File metadata and controls

74 lines (59 loc) · 2.01 KB

About   |    Preview   |    Technologies   |    Building   |    Contributing   

About

Workslog is a platform for ordering food in an easy and practical way.

Preview

Occurrences Methods

http://localhost:8080/entregas/{personID}/ocorrencias

Delivery Methods

http://localhost:8080/entregas

Client Methods

http://localhost:8080/clientes

Technologies

This project was developed using the following technologies:

Building

You'll need Java 11+ and Maven installed on your computer in order to build this app.

git clone https://github.com/eric-souzams/workslog.git
$ cd /workslog
$ mvn spring-boot:run

Contributing

This repository is currently under development. If you want to contribute please fork the repository and get your hands dirty, and make the changes as you'd like and submit the Pull request.