Skip to content

Repository for meta files related to the quickstart code example series

License

Notifications You must be signed in to change notification settings

mongodb-developer/get-started-readme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

MongoDB Get-Started README

Repository for meta files related to MongoDB Get-Started development environments.

The MongoDB Get-Started project helps set up local development environments to run applications using official MongoDB drivers and MongoDB Cloud products

Each Get-Started repository includes:

  • instructions on how to install prerequisites
  • working code examples demonstrating some basic CRUD (Create/Retrieve/Update/Delete)
  • links to relevant tutorials and documentation from MongoDB

Minimal Requirements

List of Get-Started repositories:

How To Contribute

See CONTRIBUTING.md for contributing guidelines.

Frequently Asked Questions

1. How do I modify the sample code ?

If you're using the helper script get-started.sh to start the container, then you could just modify the code in the checked out repo location with your preferred editor.

2. How can I connect the example code to MongoDB running on my machine ?

You can connect to a local mongod from the get-started Docker container by setting MONGODB_URI to mongodb://host.docker.internal:27017/. Please note that connecting to a replica-set members locally may require changes to the host DNS.

Disclaimer

This software is not supported by MongoDB, Inc under any of their commercial support subscriptions or otherwise. Any usage is at your own risk.

About

Repository for meta files related to the quickstart code example series

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published