Skip to content

Latest commit

History

History
28 lines (18 loc) 路 1015 Bytes

File metadata and controls

28 lines (18 loc) 路 1015 Bytes

PLUSFIX

Welcome to the main repository for the PLUSFIX. This is a full-stack application composed of a Laravel REST API and a React frontend.

馃彈 Project Architecture

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.

馃殌 Quick Start Guide

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:

1. Backend Setup

First, configure and start the API server. 馃憠 Read the Backend Installation Guide

2. Frontend Setup

Once the API is running, configure and start the React application. 馃憠 Read the Frontend Installation Guide