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
- Host: GitHub
- URL: https://github.com/claudio-code/geolocation-search-with-mongodb-spring
- Owner: Claudio-code
- Created: 2022-02-01T23:47:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-21T23:57:18.000Z (almost 4 years ago)
- Last Synced: 2025-02-15T20:54:13.960Z (about 1 year ago)
- Language: Java
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```