Personal Hub for makers, document, blog, track projects, ideas, documentation, parts and footprints etc
See the Project Documentation for more details.
Our hit list of features:
- Parts Database (under development)
- Part Data Sheets
- Part Images
- Manage Projects
- Project Documentation
- Manage Storage Locations
- Order tracking
- OctoPart Integration
- KiCAD footprints
- KiCAD 3D Models
- Runs in Docker container
- Runs on Raspberry Pi
Maker Hub is being build on FastAPI https://fastapi.tiangolo.com/ and aims to be an open source platform for makers to manage their parts and projects at home.
This project is only in the very early stages of Development and any help would be greatly appreciated.
To read the documentation
make install # install project dependencies for the first time
make docs-serve # make and view documentation
Open your browser: http://localhost:8000
currently this image is not available on docker hub due to the project status, however can be build locally.
- docker must be installed on the local machine
- clone this repo and make install dependencies (or make update if you already have a clone of the repo).
docker compose up
to build and run. will be available on http://localhost:8080/ trydocker compose build --no-cache
first if it is caching the local builddocker compose down
to stop.
Note: no volume mappings have been configured for the sqlite db this will be added shortly after database is operational.