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, equipment or any item that requires maintenance or service.
🚧 USE AT YOUR OWN RISK. CURRENTLY IN ALPHA. MAKE SURE YOU KEEP A BACKUP OF ALL DATA ELSE WHERE
The current primary goals for the MATER project include:
-
Mobile App: Develop a mobile application for seamless asset tracking on the go.
-
Seperate Frontend Develop a frontend to seprate the backend for better use and development of API and Mobile Applications -
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 myself 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:3000 in your browser to explore MATER.
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!