Skip to content

Simple dashboard website app to manage stock operations & sells operations of your products, created using html, css, bootstrap ( static website ) & javaScript ( dynamic website ).

Notifications You must be signed in to change notification settings

badriyassine/e-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

17 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ›οΈ E-Store – Product & Stock Management App

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).


πŸ“Œ Features

  • Add / Edit / Delete products
  • Track stock levels
  • Simple and responsive design
  • Organized folder structure

πŸ“ Project Structure

e-store/
β”œβ”€β”€ frontend/        # Frontend UI (HTML, CSS, JS)
└── backend/         # Backend (Node.js + Express)

πŸ“¦ Installation Guide

1. Clone the Frontend

git clone https://github.com/BD-YASSINE/e-store.git

2. Clone the Backend

git clone https://github.com/BD-YASSINE/e-product-store-backend.git

⚠️ Make sure you have Node.js, npm and mongodb installed on your system.


πŸ§ͺ Run the App

Backend (Node.js)

  1. Open terminal in the E-STORE-BACKEND folder.
  2. Run the server:
node server.js

Frontend

  1. Open the e-store folder in your browser (just open index.html).
  2. The frontend will connect to the backend running on http://localhost:PORT.

βš™οΈ Technologies Used

Frontend

  • HTML5
  • CSS3 / Bootstrap
  • JavaScript

Backend

  • Node.js
  • Express.js
  • File System or Database

πŸ‘€ Author

Made by ERROR


πŸ“„ License

This project is open-source and available under the MIT License.

About

Simple dashboard website app to manage stock operations & sells operations of your products, created using html, css, bootstrap ( static website ) & javaScript ( dynamic website ).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published