Skip to content

LeonardoSoaresDev/CoffeeTime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rest API

Web Java Application API

This is a simple project, with the objective of learning more about how the backend works using Spring Boot Framework.

In this project you will see a simple Rest API using the CRUD methods (Create, Research, Update, Delete).

As an example, in order to use the CRUD methods, i'm using fictional coffee as items to be saved and manipulated into the database. java

To facilitate interaction with the database, JPA and Hibernate were used, together with the PgAdmin of the PostgreSQL database.

The database used was the previously mentioned PostgreSQL, installed locally as well as the API, both running locally.

Currently the project runs only locally.

About

Web Java Application API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages