The main goal of this project it to provide a microservice that serves static data to an inventory management and a pos service. I started this as a request from my parents since they found most commercial solutions to be a bit to complex/expensive for their usecase hence here we are.
- Node - Install Node
- Yarn - Install Yarn
To get started clone the repository, once done navigate to the root and run the command below to install the dependencies.
yarn install
yarn start
yarn test
The docker image is currently a work in progress.
Currently the schema for the db from where the data is served is mantained in a different private repo in gitlab. I am working on moving it to this one as I do believe it is better if each microservice is responsible for their own tables.