Skip to content

A simple API for books management with persistence, basic CRUD operations and security, simple centralized error handling mechanism.

Notifications You must be signed in to change notification settings

LeudiX/Simple-Books-API-with-Spring-Boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Spring Boot Books API

Simple Books API with Spring Boot initial startup tutorial!!

Description

A simple API for books management with persistence, basic CRUD operations and security, simple centralized error handling mechanism.

Execution Enviroment

  1. Open VSCode
  2. Install Java, Maven and Spring packs extensions
  3. Reload VScode and configure it for Maven
  4. Run (mvn clean install) for dependencies management
  5. If no problems, type (mvn sprin-gboot: run) cmd to run the app
  6. Open the browser on localhost:8081
  7. Enjoy watching my wonderful stuff!!!

Actions allowed

  1. List all books
  2. Create a book
  3. Update a book
  4. Delete a book
  5. Find a book by title

About

A simple API for books management with persistence, basic CRUD operations and security, simple centralized error handling mechanism.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published