Skip to content

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.

2 participants