Welcome to the main repository for the PLUSFIX. This is a full-stack application composed of a Laravel REST API and a React frontend.
The project is divided into two main directories:
| Directory | Technology Stack | Description |
|---|---|---|
/backend |
Laravel, SQLite | Handles the API, database, and business logic. |
/frontend |
React, TypeScript, MUI, Vite | The user interface and client-side logic. |
To run the full application locally, you will need to set up both the backend and frontend servers separately.
Please follow the detailed setup guides located in each directory:
First, configure and start the API server. π Read the Backend Installation Guide
Once the API is running, configure and start the React application. π Read the Frontend Installation Guide