/BooksRESTApi

Created a RESTful API using Node.js and Express. You are able to get books from a fictitious library and ids and uniquely generated using the uuidv package manager.

Primary LanguageJavaScript

RestAPI

Created a RESTful API using Node.js and Express. You are able to get books from a fictitious library and ids and uniquely generated using the uuidv package manager.

Packages used

  • npm i nodemon
    • added "start": "nodemon index.js" in script section of package.json
  • npm i express
    • import express from 'express';
  • npm i uuid
    • import { v4 as uuidv4 } from 'uuid';