The basic requirements for this project are:
- Git
- A Text Editor
- Python
- MongoDB
-
Go to the git downloads page
-
Download the installer for windows and run it.
-
Keep everything at default and finish the installation.
A text editor is needed to write the actual code. There are many good text editors and IDEs like Notepad++, Visual Studio Code, PyCharm, Atom, Sublime Text Editor. For this project, we will use Visual Studio Code.
-
Go to the Visual Studio Code download page.
-
Select the correct version according to your Operating System and download the installer.
-
Run the installer and install visual studio code with the default options.
-
In Visual Studio Code, install the python extension from the extension marketplace.
- Go to the python downloads page.
- Download the latest version of python available in the site and run it.
- Check the 'ADD PYTHON 3.10 TO PATH' option.
- Click on 'Install Now'
-
Go to the mongodb website and under the products tab go to the community server section.
-
Select the latest version, and your platform i.e. Windows and the file type(.msi) and download it.
-
Run the installer. Keep the default settings and complete the installation.
-
Now go to System properties and select 'Environment variables'. Select path and Click on 'Edit'
-
Click on 'New' and add the path to the 'bin' folder of your mongodb installation. If default settings are kept, the path should be 'C:\Program Files\MongoDB\Server\5.0\bin'.
-
Save it and mongodb installation is complete.