Term Paper
Repository | URL |
---|---|
projeto-integrador | https://github.com/hmberto/projeto-integrador |
A REST API service to provide data for the front-end application.
The back-end service provides the front-end with data stored in a MySQL database. The data is requested as needed and sent to the client in json object format.
The resource provides routes to Sing In, register and find items registered in the database.
In ./properties/data.properties correctly fill your SQL database connection data. You must also define the queries for SELECT and INSERT into the database.
mvn package jetty:run
http://localhost:8186/EntregaFarmacias/
This project is a team work and was created as a term paper for learning purposes only. Also, you can use this Project as you wish.
- Java - v1.8
- Maven Jetty Plugin - v6.1.26