Skip to content

Latest commit

 

History

History
71 lines (42 loc) · 1.18 KB

File metadata and controls

71 lines (42 loc) · 1.18 KB

CRUD – Product & Stock Management App

A frontend web application for managing products and stock, built with HTML, CSS, and JavaScript, and connected to a backend API for CRUD operations.


📷 Screenshot

Dashboard Screenshot


📌 Features

  • Add / Edit / Update / Delete products
  • Track stock & sales operations
  • View product list with details

📋 Requirements

  • node.js & mongodb installed on your machine

📦 Installation Guide

1. Clone the Frontend

git clone https://github.com/badriyassine/crud_html_css_javascript.git

2. Clone the Backend

git clone https://github.com/devfstantan/javascript-project-1A.git

🧪 Run the App

Backend

  1. Open terminal in backend folder.
  2. Run those commands:
npm `install`, then `node server.js`

Frontend

  1. Open the crud_html_css_javascript folder then in your browser open index.html.
  2. The frontend will connect to the backend running on http://localhost:3000.

⚙️ Technologies Used

  • HTML5
  • CSS3 & Bootstrap
  • JavaScript

👤 Author

Made by BADRI YASSINE