Skip to content

Files

Latest commit

df55880 · Jan 23, 2018

History

History
8 lines (7 loc) · 376 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 376 Bytes

A-RESTful-API-exercise

This is a simple RESTful API exercise written with Express.js, mongoDB, and mongoose. So you must have node.js and MongoDB installed to test the API

How to test the API:

  1. npm install (install all the dependencies)
  2. start MongoDB
  3. node server.js(run the server)
  4. test the api with postman( postman requests JSON file is in the root directory)