From a0726f91f9a4155813b156f5810ca683b2fafa81 Mon Sep 17 00:00:00 2001 From: Bahaa Abou Yassine <38012492+BahaaAY@users.noreply.github.com> Date: Tue, 8 Aug 2023 09:58:36 +0300 Subject: [PATCH] Create README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3d7e430 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# 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)](https://www.udemy.com/course/nodejs-the-complete-guide/) +## 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 + +## Screenshots