This mini project is a simple application for managing monster information in a database. This application allows performing a basic operations such as reading, adding, deleting, and editing monster in database.
- Add new monster to database with information such as name, element, level, health, attack, defense.
- Remove the monster from database.
- Update existing monster information in database.
- Java - Main programming language.
- Spring Boot - Open source tool to create microservices and web apps.
- PostgreSQL - Used for the database.
1. Build the app.2. Run the app.3. Open localhost:8080 in web browser.4. Read, Add, Update, and Delete monster.