Skip to content

HeidiDragomir/Inventory

Repository files navigation

Bidstacker's Inventory

General Information

My thesis project is now Bidstacker's inventory with over 180,000 construction products, structured and organized as JSON files for easy management. Each product and category follows a standardized structure (BK04-product group classification). Bidstacker can now smoothly update and maintain the products information using certain functions that are currently running with Postman.

Built with

  • Next.js 13
  • Node
  • Express
  • Postman

Getting Started

  1. Start by cloning the repository.

  2. Install npm dependencies in the root folder:

    npm i
  3. Start the server:

    npm run dev
  4. App runs locally on this server: http://localhost:3000/

  5. Use Postman in order to create all inventory as JSON files:

    5.1. Send a request to the http://localhost:3000/api/scripts/create-all-categories-name-file to create a JSON file with all the standard categories

    5.2. Send a request to the http://localhost:3000/api/scripts/create-inventory-json-files to create JSON files with all products

  6. All JSON files are now created.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published