Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.22 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.22 KB

Python + MongoDB + MongoDB Express

In this tutorial, you will learn how to set up Python, MongoDB, and Mongo-express in the docker-desktop development environment.

📦 Prerequisite

Before starting, ensure that you have installed docker desktop version above v4.15.0. Also, clone or download the repository for this tutorial.

git clone https://github.com/hsiangjenli/tutorial-python-docker-mongodb.git

💻 Step-by-Step

To set up the development environment, follow these steps:

Dev Environments

Select this repository

Select the repository you have cloned or downloaded.

Seup successful

If the setup is successful, you will see a message similar to the one below:

Open this folder by VS-Code

You can open the folder in VS Code and start working on your project.

Open MongoDB-Express

To access MongoDB-Express, go to http://localhost:8081/.