In order to get your project up and running, follow these steps:
- Clone this repository/download it as a zip file
- Open a terminal and change directories into the folder for this project
- Make sure you have node and npm installed (run
node -v
andnpm -v
) - Run
npm install
to install the packages that this project needs - Run
node index.js
Helpful links:
- A guide to getting started with Backend Development
- Article on using Mongoose, which helps with MongoDB
- Routing using ExpressJS
- HTTP Methods
- Model-View-Controller
- Mongoose
The documentation is a great place for reference and examples too. :)