Skip to content

eharun/programming-languages-web-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Programming Languages Web API System

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.

Technologies

Java, Spring Boot, Maven, Swagger

Rules

1. Programming language name cannot be repeated.
2. Programming language id numbers cannot be the same.
3. Programming language name cannot be empty.

Test

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

Screenshot

Swagger Screenshot

About

Programming Languages Web API Example (Kodlama.io 2022 Java Course Homework)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages