Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a Mongo instance as a Docker container and update README #137

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

jgsheppa
Copy link
Contributor

@jgsheppa jgsheppa commented Dec 29, 2022

This PR offers a MongoDB alternative in the form of a Docker container (using Docker Compose) to improve developer experience. Developers will be able to create and run a MongoDB instance by executing the docker compose up command.

This means the development environment can be created with three commands:

  1. docker compose up
  2. cd client && nmp start
  3. cd server && nmp start

The pro to this update is speed. Developers can set up their environment with three commands.
The con to this method is the loss of Atlas' UI, which might be helpful for beginners to visualize and analyze data.

@jgsheppa jgsheppa requested a review from jacten December 29, 2022 21:57
@jacten
Copy link
Contributor

jacten commented Dec 30, 2022

My dude!

@jgsheppa jgsheppa removed the request for review from jacten February 16, 2023 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants