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)
- 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
- Node.js
- Express.js
- EJS
- File System (fs) for data storage as JSON files
- MVC (Model, View, Controller) Architecture