Skip to content

A simple bookstore web app contains node server rest API and vanilla JS/HTML/CSS.

Notifications You must be signed in to change notification settings

DeanShooster/NodeJS-BookStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple bookstore web app contains node server rest API and vanilla JS/HTML/CSS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published