Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```