A NestJS-based Inventory Management System that uses QR codes to track and manage the contents of boxes during a move. Includes a simple web interface for easy input and retrieval of inventory details.
This project is an Inventory Management System built with the Nest framework. It allows users to create, manage, and track the contents of boxes using QR codes, especially useful during a move. The system includes a web interface for easy data entry and retrieval.
$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:covIf you find this project useful and would like to support its development, please consider contributing or giving it a star on GitHub.
This project is licensed under the CC-BY-NC-4.0 license.