Donation

Donation Platform

A full-stack donation/fundraising platform built with React.js frontend and Laravel backend.

Features

Tech Stack

Setup Instructions

Backend (Laravel)

cd backend
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan serve

Frontend (React)

cd frontend
npm install
npm start

API Endpoints

Environment Variables

See .env.example files in both frontend and backend directories.