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

https://github.com/claudio-code/geolocation-search-with-mongodb-spring

:scroll: Learning about how make query using geolocation in mongodb
https://github.com/claudio-code/geolocation-search-with-mongodb-spring

Last synced: about 1 year ago
JSON representation

:scroll: Learning about how make query using geolocation in mongodb

Awesome Lists containing this project

README

          

## About Project

- Learning about how make query using geolocation in mongodb.

## Stack used
- Java
- Spring Boot
- MongoDB
- Docker

## How build it project ?

You'll need [docker](https://www.docker.com) and [docker-compose](https://docs.docker.com/compose/) installed on your computer to build this application using the command:

- Build containers
```bash
docker-compose up --build -d
```

- Start containers
```bash
docker-compose up -d
```