An open API service indexing awesome lists of open source software.

https://github.com/edgar-code-repository/spring-boot-rest-geo-api

Rest API developed with Spring Boot, Maven and MongoDB. Contains a few services that deal with info about continents, countries and cities.
https://github.com/edgar-code-repository/spring-boot-rest-geo-api

Last synced: 11 months ago
JSON representation

Rest API developed with Spring Boot, Maven and MongoDB. Contains a few services that deal with info about continents, countries and cities.

Awesome Lists containing this project

README

          

THE GEO REST API (SPRING BOOT)
------------------------------------------------------------------------------------------------------

Rest API developed with Spring Boot, Maven and MongoDB.

This app contains a few services that deal with info about continents, countries and cities that are
used from an Angular app.

------------------------------------------------------------------------------------------------------

Dependencies in POM file:

```


org.springframework.boot
spring-boot-starter-web


org.springframework.boot
spring-boot-starter-data-mongodb


org.projectlombok
lombok
1.18.16
provided

```

------------------------------------------------------------------------------------------------------

GET call to retrieve all continents:

![Screenshot PostmanGetContinents](screenshots/get-continents.png)

------------------------------------------------------------------------------------------------------

GET call to retrieve all countries:

![Screenshot PostmanGetContinents](screenshots/get-countries.png)

------------------------------------------------------------------------------------------------------