Skip to content

rene-kt/library-springboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library API using Spring Boot ☕

Technologies 💻

  • Java
  • Spring boot
  • Spring Data JPA
  • Spring security
  • JWT
  • Swagger
  • PostgreSQL
  • Heroku (to deploy the application)

Features 🔥

  • Sign up and Log in
  • Create books
  • List books
  • Reserve books (with expiration date and automatic devolution)
  • Devolve books

If you only want to use the API without cloning the project

Usage of the application

In this document, there are some steps that you must to follow to use this application. I recommend to take a read before start using it.

API Documentation 📝

Swagger is responsible to provide a documentation of the API, it break down the endpoints and the models of the application. Check it out: https://library-springboot-api.herokuapp.com/swagger-ui.html

image

How to contribute ❓

  1. Make a fork;
  2. Create a branch with your feature: git checkout -b my-feature;
  3. Commit changes: git commit -m 'Creating new classes';
  4. Push the changes: git push origin my-feature.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages