https://github.com/codedbystuart/inventory_management_system
https://github.com/codedbystuart/inventory_management_system
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/codedbystuart/inventory_management_system
- Owner: codedbystuart
- Created: 2021-04-23T18:36:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-18T12:40:55.000Z (about 5 years ago)
- Last Synced: 2025-01-13T14:52:37.555Z (over 1 year ago)
- Language: JavaScript
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inventory Management System.
This is a system build to manage inventory of local business units like small shops,
restaurants and others. It is build to serve the purpose of tracking expenses, sales
and record keeping in the specific business units.
## Requirements
- Nodejs v12+
- Postgres
- Npm v6+
To get started, just clone the repository by running the command `git clone https://github.com/codedbystuart/inventory_management_system.git` and then install all the dependcies.
To do so, run the command `cd inventory_management_system && npm install`.