Giter VIP home page Giter VIP logo

inventory-tracking's Introduction

Inventory Tracking

Usage Locally

  1. Download the codebase onto a local environment
  2. Download the dependencies with npm install. If running in a production environment, run npm build next.
  3. Run either npm run start:dev or npm run start:prod.
  4. Go to http://localhost:5000/docs/#/ (CURL and Postman works too)
    • If using Swagger, click the endpoint, try it out, enter in the information, and then execute.

Tech Stack

  • Runtime: Node.js
  • Language: TypeScript (with ESM)
  • Framework: Express.js
  • Database: LowDB
  • Testing Framework: Jest
  • Frontend/Documentation: Swagger
  • Code Formatting: Prettier using Shopify conventions
  • Code Linting: ESLint using Shopify conventions

Scripts

  • npm install - Downloads dependencies (will need to be run if running locally)
  • npm run start:dev - Run the project in a development environment
  • npm run start:prod - Run the project in a production environment (will need to be built first)
  • npm run build - Builds the project for running in a production environment
  • npm run test:unit - Running the unit tests
  • npm run code:format - Formatting the code to Shopify conventions
  • npm run code:lint - Linting the code to Shopify TypeScript conventions
  • npm run swagger - Builds the projects frontend/documentation

Features (Basic CRUD Functionality)

  • Create inventory items
  • Edit inventory items
  • View a list of inventory items
  • View single inventory items
  • Delete inventory items
  • Ability to create “shipments”, assign inventory to the shipment, and adjust inventory appropriately
  • View single shipments

inventory-tracking's People

Contributors

echang49 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.