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

https://github.com/codedbystuart/inventory_management_system


https://github.com/codedbystuart/inventory_management_system

Last synced: about 1 month ago
JSON representation

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