Welcome to MATER, short for Maintenance, Asset, Tracking, Equipment, Registry. This project is a personal endeavor by a coding newbie, designed to provide a self-hosted solution for tracking various assets such as hardware, computers, software, cars, or any item that requires maintenance or service.
The current primary goals for the MATER project include:
-
Mobile App: Develop a mobile application for seamless asset tracking on the go.
-
Break-away Database: Implement a modular and scalable database architecture to enhance data management and give the user the option to use an exteneral database.
-
Calendar Integration: Integrate calendar features for scheduling and managing maintenance activities and syncing to various calendar systems.
-
API: Intergration with apps that house asset information (i.e Home assistant)
Apologies for any perceived shortcomings in the code quality. This project is an ongoing learning experience for me who is passionate about creating something valuable. Contributions, suggestions, and improvements are always welcome!
To get started with MATER, follow these steps:
- Clone the Repository:
git clone https://github.com/RyGuy994/MATER.git
- Navigate to the project directory:
cd MATER
- Install dependencies:
pip install -r requirements.txt
Visit http://localhost:5000 in your browser to explore MATER.
Just a father with hardly any free time trying to learn something while giving back to the Community.
If you'd like to contribute to MATER, feel free to submit issues or pull requests. Your input is valuable in making this project even better.
Thank you for your interest in MATER! Happy coding!