Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zevhys/product-catalogue
Stock CRUD Management
https://github.com/zevhys/product-catalogue
bootrap-5 ejs express html-css-javascript jquery nodejs
Last synced: 26 days ago
JSON representation
Stock CRUD Management
- Host: GitHub
- URL: https://github.com/zevhys/product-catalogue
- Owner: Zevhys
- License: mit
- Created: 2024-08-26T00:34:16.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-27T12:21:55.000Z (about 1 month ago)
- Last Synced: 2024-10-11T04:03:59.238Z (26 days ago)
- Topics: bootrap-5, ejs, express, html-css-javascript, jquery, nodejs
- Language: EJS
- Homepage:
- Size: 10.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# product-catalogue
A simple stock management system built with Node.js, Express.js, and MongoDB. This application allows users to perform CRUD operations for managing product information including name, stock, price, and image. The app also includes a bit input validation.# Installation
```bash
# Install dependencies
npm install# Start MongoDB
- mongod
- mongosh# Environment Variables
connects to a MongoDB Compass database named `crud` hosted locally.# Run the application
node index.js
Visit http://localhost:7000
```