Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 375 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 375 Bytes

realworld-rest-api-app

Creating a real-world REST API app with Express, MongoDB and Mongoose

Prerequisites

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