Polyterative / Patcher

The everything modular manager and database
https://patcher.xyz
GNU Affero General Public License v3.0
19 stars 2 forks source link
angular eurorack modular supabase website

image My_collection__patcher xyz_-_Google_Chrome__2024-10-29_00-43

Table of Contents

  1. Introduction
  2. Setting Up the Project Locally
  3. Using the Project
  4. Project Dependencies
  5. DB Model Details
  6. Pull Requests
  7. License

Introduction

Patcher is designed to assist with Eurorack setups, providing a modern interface and robust functionality.

The project's mission is to build a complete management system for all the needs of artists who use modular equipment. Priorities include ease and speed of use, aesthetic cleanliness, and correctness of data.

Another goal of the project is to build a database that is publicly accessible and this may include an API, possibly developed in the future. Modules' data will never be restricted by a paywall and will always be publicly accessible.

The project is open-source and contributions are welcome.


Setting Up the Project Locally

To set up the project locally, follow the steps below:

  1. Clone the repository to your local machine using git clone <repository_url>.
  2. Navigate to the project directory using cd Patcher.
  3. Install the necessary dependencies using yarn install.
    Note: We use Yarn as our package manager. Please do not generate a package-lock.json file.
  4. Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Using the Project

The develop branch is where the code gets advanced. The production branch gets directly uploaded via automated tools. Be aware of this when navigating the project.

To use the project's features, navigate to the appropriate section of the interface and follow the prompts. If you encounter any issues, refer to the documentation or raise an issue on GitHub.


Project Dependencies

The project uses the following tools and libraries:

Tool/Library What
Angular Web framework. Using v18
Angular Material UI components
Supabase Database, authentication, and storage
Vercel Deployment, hosting
GitHub Version control, issue tracking, project management, test automation
Database PostgreSQL hosted on Supabase
Sentry Technical analytics and error tracking
Other Dependencies Check the package.json file

DB Model Details

The database model for the project is as follows:

Database Model


Pull Requests

If you have forked on GitHub, then the best way to submit your patches is to push your changes back to GitHub and then send a "pull request" on GitHub.

If your pull request is small, for example, one or two commits each containing only a few lines of code, then it is easy for the maintainers to review.

If you are creating a larger pull request, then please help the maintainers by making the reviews as straightforward as possible:


License

This project is licensed under the GNU Affero General Public License v3.0. For more information, see the LICENSE file.