Yeranosyan / expressBookReviews

nodejsFinalModule

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IBM-Final Project - Book Review Application Gagik Yeranosyan 2023

Objectives:

  • Create APIs and perform CRUD operations on an Express server using Session & JWT authentication.
  • Use Async/Await or Promises with Axios in Node.js.
  • Create REST API endpoints and test them using Postman.

user routes : Navigate to the router directory having the below 3 files:

  • booksdb.js - This contains the the preloaded book information for this application.
  • general.js - This contains the skeletal implementations for the routes which a general user can access.
  • auth_users.js - This contains the skeletal implementations for the routes which an authorized user can access.

About

nodejsFinalModule

License:Apache License 2.0


Languages

Language:JavaScript 100.0%