This repository contains a simple CRUD project built using Java Spring. The aim of this repository is to practice building all CRUD Methods using Java Spring.
-
Clone the repository:
-
Install dependencies with Maven
- Start the application with Maven
- The API will be accessible at http://localhost:8080
The API provides the following endpoints:
GET / - Retrieve a list of all data.
POST / - Register a new data.
PUT / - Alter data.
DELETE / - Delete data.The project utilizes PostgresSQL as the database. The necessary database migrations are managed using Flyway.
To install PostgresSQL you can install here.