https://github.com/hakdogan/mongoatlas
:four_leaf_clover: This application simply exemplifies working with MongoDB Stitch via Mongo Atlas which is mongo cloud service
https://github.com/hakdogan/mongoatlas
code-coverage mongodb nosql spring-boot spring-data-mongodb spring-test
Last synced: 9 months ago
JSON representation
:four_leaf_clover: This application simply exemplifies working with MongoDB Stitch via Mongo Atlas which is mongo cloud service
- Host: GitHub
- URL: https://github.com/hakdogan/mongoatlas
- Owner: hakdogan
- Created: 2017-06-06T12:47:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-12T16:36:31.000Z (about 8 years ago)
- Last Synced: 2025-04-04T13:53:19.091Z (9 months ago)
- Topics: code-coverage, mongodb, nosql, spring-boot, spring-data-mongodb, spring-test
- Language: HTML
- Homepage:
- Size: 13.9 MB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README




This application simply exemplifies working with MongoDB Stitch via
Mongo Atlas which is mongo cloud service.
What’s Mongo Atlas?
===================
MongoDB Atlas is a cloud-hosted MongoDB service engineered and it
abstract to the management of database, setup and configuration
processes from you. [Details](https://www.mongodb.com/cloud/atlas)
What’s MongoDB Stitch?
======================
MongoDB Stitch provides to full access to MongoDB, declarative
read/write controls and integration with your choice of services.
[Details](https://www.mongodb.com/cloud/stitch)
Run
===
````
mvn spring-boot:run
````
Run with Docker
===============
````
docker run -d --rm -p 8080:8080 hakdogan/mongoatlas
````

For this tutorial, I followed [Stitch
documentation](https://docs.mongodb.com/stitch/getting-started/first-stitch-app/)
to use the JavaScript Client example.