Simple Books API with Spring Boot initial startup tutorial!!
A simple API for books management with persistence, basic CRUD operations and security, simple centralized error handling mechanism.
- Open VSCode
- Install Java, Maven and Spring packs extensions
- Reload VScode and configure it for Maven
- Run (mvn clean install) for dependencies management
- If no problems, type (mvn sprin-gboot: run) cmd to run the app
- Open the browser on localhost:8081
- Enjoy watching my wonderful stuff!!!
- List all books
- Create a book
- Update a book
- Delete a book
- Find a book by title