Tag: Mongodb

Routes API

Routes API

This a Rest API to create optimized travelling routes using Google Maps API. Spring Framework is responsible for MVC structure and data is handled by a NoSQL Database, MongoDB.

Example Json Entry:

example json

It returns a Json with a list of lat and lng, witch means the best route way through those initial points.

GitHub: Routes API

Used Technologies:  Java, SpringBoot, MongoDB, Maven