BahaaAY / Shop-app-NodeJS

A basic web application that emulates an online shop using Node.js and the File System (fs) library for data storage. Browse products, view details, and add items to your cart. Admin panel included for product management. Built with Express.js and follows the MVC architecture.

Home Page:https://github.com/BahaaAY

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shop-app-NodeJS

Welcome to my Node.js Shop App project!

This is a basic web application that simulates an online shop using Node.js and the File System (fs) library for data storage following Maximilian Schwarzmüller NodeJS - The Complete Guide (MVC, REST APIs, GraphQL, Deno)

Features

  • Browse a list of available products.
  • View detailed information about each product.
  • Add products to your shopping cart.
  • Admin panel to add/delete/edit products

Technologies Used

  • Node.js
  • Express.js
  • EJS
  • File System (fs) for data storage as JSON files
  • MVC (Model, View, Controller) Architecture

Screenshots

Shop Home Page Product Details Page Cart Page Admin Page Add Product Page

About

A basic web application that emulates an online shop using Node.js and the File System (fs) library for data storage. Browse products, view details, and add items to your cart. Admin panel included for product management. Built with Express.js and follows the MVC architecture.

https://github.com/BahaaAY


Languages

Language:JavaScript 45.6%Language:EJS 42.6%Language:CSS 11.8%