🛠️ Technologies | 🌐 API | 🚀 Demo
This project is a country restful api which contains 7 endpoints that allows for :
- Creating new countires
- Updating existing countries
- Deleting existing countries
- Fetching country by ID
- Fetching country by name
- Viewing a sorted list of all countries
- Viewing a list of all countries
- Spring Boot
- Maven
- Java
The API base URL is https://country-api-restful.herokuapp.com/ and can be used to access the following endpoints :
- endpoint -
/restcountries/v1/countries/save
- endpoint -
/restcountries/v1/countries/update/{id}
- endpoint -
/restcountries/v1/countries/delete/{id}
- endpoint -
/restcountries/v1/countries
- endpoint -
/restcountries/v1/countries/find/{name}
- endpoint -
/restcountries/v1/countries/sortedBy/{property}
- endpoint -
/restcountries/v1/countries
https://country-api-restful.herokuapp.com/swagger-ui/swagger-ui/index.html