Skip to content

JavaScriptJuggler/inventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js Inventory Project

A Node.js inventory management project for tracking products and stock.

Features

  • Add, update, and delete products.
  • Track product stock levels.
  • View product details and inventory status.
  • User authentication.

Requirements

  • Node.js (Latest)
  • MongoDB
  • npm or Yarn
  • Other project-specific dependencies (list them if needed)

Getting Started

Installation

  1. Clone the repository:

    git clone https://github.com/JavaScriptJuggler/inventory.git
    
  2. Installation of dependencies:

    npm install
    

Configuration

Rename .env-example to .env and configure variables with actual data

  1. setup environment variables

    NODE_PORT=5000 (port to run application)
    MONGO_USERNAME=example
    MONGO_PASSWORD=example
    MONGO_DATABASE=example
    BCRYPT_PASSWORD_ROUND=example
    JWT_SECRECT=example
    
  2. Start application

    npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published