A simple and easy-to-use stock and sales management web application with a clean design.
It follows a FrontendβBackend architecture using HTML/CSS/JS (frontend) and Node.js (backend).
- Add / Edit / Delete products
- Track stock levels
- Simple and responsive design
- Organized folder structure
e-store/
βββ frontend/ # Frontend UI (HTML, CSS, JS)
βββ backend/ # Backend (Node.js + Express)
git clone https://github.com/BD-YASSINE/e-store.gitgit clone https://github.com/BD-YASSINE/e-product-store-backend.git
β οΈ Make sure you have Node.js, npm and mongodb installed on your system.
- Open terminal in the
E-STORE-BACKENDfolder. - Run the server:
node server.js- Open the
e-storefolder in your browser (just openindex.html). - The frontend will connect to the backend running on
http://localhost:PORT.
- HTML5
- CSS3 / Bootstrap
- JavaScript
- Node.js
- Express.js
- File System or Database
Made by ERROR
This project is open-source and available under the MIT License.