This project is an example of a Web API application as a Kodlama.io 2022 Java Course homework. In this project, programming languages are kept in memory. These programming languages can be added, deleted, updated, or listed. Also, they can be deleted and listed with its id number.
Java, Spring Boot, Maven, Swagger
1. Programming language name cannot be repeated.
2. Programming language id numbers cannot be the same.
3. Programming language name cannot be empty.
After running the code as a Java Application, you can test the Web API using Swagger by writing the URL below.
localhost:8080/swagger-ui.html