Skip to content

hmberto/projeto-integrador-backend

Repository files navigation

Integrated project - Backend

Term Paper

Team

Repository URL
projeto-integrador https://github.com/hmberto/projeto-integrador

Java API. Maven Jetty plugin

A REST API service to provide data for the front-end application.

How it Works

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.

Routes

The resource provides routes to Sing In, register and find items registered in the database.

Variables:

In ./properties/data.properties correctly fill your SQL database connection data. You must also define the queries for SELECT and INSERT into the database.

Running the back-end service

mvn package jetty:run

Request

http://localhost:8186/EntregaFarmacias/

Why?

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.

Built With

About

Backend - Projeto Integrador - PUC-SP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages