A frontend web application for managing products and stock, built with HTML, CSS, and JavaScript, and connected to a backend API for CRUD operations.
- Add / Edit / Update / Delete products
- Track stock & sales operations
- View product list with details
- node.js & mongodb installed on your machine
git clone https://github.com/badriyassine/crud_html_css_javascript.gitgit clone https://github.com/devfstantan/javascript-project-1A.git- Open terminal in backend folder.
- Run those commands:
npm `install`, then `node server.js`- Open the
crud_html_css_javascriptfolder then in your browser openindex.html. - The frontend will connect to the backend running on
http://localhost:3000.
- HTML5
- CSS3 & Bootstrap
- JavaScript
Made by BADRI YASSINE
