Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.64 KB

readme.md

File metadata and controls

46 lines (32 loc) · 1.64 KB

Node.JS Book Store REST API Web App

A simple Book Store web app with Node.JS backened and vanilla JS/HTML/CSS.


About The Application

This API is a basic example of a REST API backend application.

It is build with Node.js and Express Framework with Javascript. In addition the application's database is MongoDB with the use of ODM like Mongoose. Additionally the application has basic authentication and authorization functionality with the use of JWT.

  • The application is a one page modal app with a basic UI.
  • Users can browse trough books, signup, login, edit and delete their data.
  • In addition, each user has their own cart where they can store books they are willing to purchase and checkout if they wish too.
  • Furthermore there is an admin page where admin can get information about the stored books and basic functionally of adding, editing and deleting books.

Build With


Demo Videos

Demo User

BookStore-User.mp4

Demo Admin

BookStore-Admin.mp4