Installation instructions for MongoDB across your systems. You will need to install the community edition of MongoDB for your system. After you've installed it, you will need to start it with the appropriate command listed below.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Runs the server-api. Will operate on http://localhost:3001. This is where the REST api that communicates with MongoDB lives. Note: if you have nodemon
installed, it will start the server in watch mode; if you do not, it will start the server just using node
.
Will start and stop the MongoDB client.