/MATER

Self-hosted asset information backup

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

MATER - Currently under going major rework

Maintenance. Asset. Tracking. Equipment. Registry.

MATER Logo

Introduction

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.

Disclaimer

🚧 USE AT YOUR OWN RISK. CURRENTLY IN ALPHA. MAKE SURE YOU KEEP A BACKUP OF ALL DATA ELSE WHERE

Project Goals

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)

Showcase



About the Code

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!

Getting Started

To get started with MATER, follow these steps:

  1. Clone the Repository:
    git clone https://github.com/RyGuy994/MATER.git
  2. Navigate to the project directory:
    cd MATER
  3. Install dependencies:
    pip install -r requirements.txt
    

Visit http://localhost:5000 in your browser to explore MATER.

Contributions

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!