https://github.com/stormdotcom/inventory_mangement
https://github.com/stormdotcom/inventory_mangement
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stormdotcom/inventory_mangement
- Owner: stormdotcom
- Created: 2024-08-04T15:59:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-04T16:10:54.000Z (almost 2 years ago)
- Last Synced: 2024-08-04T18:14:54.931Z (almost 2 years ago)
- Language: JavaScript
- Size: 298 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inventory Management System API
## Introduction
The Inventory Management System API is designed to help businesses manage their inventory efficiently. This system allows users to add, update, and delete inventory items, track stock levels, and generate reports through a RESTful API.
## Features
- Add new inventory items
- Update existing inventory items
- Delete inventory items
- Track stock levels
- Generate inventory reports
- User authentication and authorization
## Technologies Used
- Node.js
- Express.js
- PostgreSQL
- Knex.js (SQL query builder)
- Objection.js (ORM)
- JWT (JSON Web Tokens) for authentication
## Installation
1. **Clone the repository:**
```sh
git clone https://github.com/stormdotcom/inventory-management.git
cd inventory-management