realworld-rest-api-app Creating a real-world REST API app with Express, MongoDB and Mongoose Prerequisites MongoDB Node.js 6.0+ Getting Started # Clone this project: git clone https://github.com/spy126/realworld-rest-api-app.git # Install dependency packages: npm install # Run app: npm start