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.
- Host: GitHub
- URL: https://github.com/edgar-code-repository/spring-boot-rest-geo-api
- Owner: edgar-code-repository
- Created: 2019-06-10T17:24:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-15T03:14:46.000Z (almost 5 years ago)
- Last Synced: 2025-01-23T04:29:29.580Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 733 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:

------------------------------------------------------------------------------------------------------
GET call to retrieve all countries:

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