-
Clone the git repository
-
Open the project using Intellij IDEA
Note : The dependencies will take some time to load.
- After the dependencies have been installed, type the following command in the terminal/console to run the application :
mvn spring-boot:run
# API Endpoint : http://localhost:8080
- Gets list of all the artists
Request Type : GET
- Gets an artist based on artist id
Request Type : GET
- Adds an artist
Request Type : Post
- Updates the details of an artist based on it's id
Request Type : Put
- Deletes an Artist based on it's id
Request Type : Delete
- Supports basic CRUD operations.
- User can create, read, update and delete an artist
[] Booking / Cancellation of an event