This repository is archived. It will receive no further updates.
General aviation businesses suffer every day from a lack of available parts, poor visibility into their own inventory, and a lack of interconnectedness between inventory systems.
This application allows mechanics, managers, and procurement specialists to easily track their own inventory, find parts from other suppliers, and link their inventories to a global network of part houses and manufacturers.
To run Django tests:
python -m pip install -r requirements.txt # Install required Python packages
python manage.py test
To run Javascript tests:
pnpm install # Install required Node packages
pnpm test parts