/restful-blog-api

DEV283X Lab 2: RESTful blog API

Primary LanguageJavaScript

DEV283X lab2: RESTful blog API


Features

  • UUID4 primary keys for consistent updates
  • Simple header validation for submission methods (middleware/validators.js)
  • Test suite

Running the project

  1. Clone this repository
  2. Install dependencies by running npm install
  3. Run the server by issuing npm start

Running the test suite

  1. Ensure the server is running
  2. Run npm test within the project directory