A full stack web application built using MongoDB, Express.js, React.js, and Node.js.
Includes both frontend and backend with concurrent development support.
| Layer | Technology |
|---|---|
| Frontend | React + Vite |
| Backend | Node.js + Express.js |
| Database | MongoDB |
| Styling | CSS |
| Tools | Concurrently, React Icons |
React-Full_Stack/ |__FrontEnd/ # React + Vite client |__BackEnd/ # Express + MongoDB server |__package.json # Root scripts for running both
Full Stack MERN Architecture
Proxy Setup (Frontend → Backend)
API Routing via /api
Concurrent Run Support (npm run dev)
React Strict Mode Enabled
ESLint Config Included
Uses React Icons
git clone https://github.com/gitmates1/React-Full_Stack.git Then cd React-Full_Stack
npm install
cd FrontEnd -> npm install cd BackEnd -> npm install
npm run dev Frontend runs on -> http://localhost:5173 Backend runs on -> http://localhost:5000
npm run dev Runs -> frontend + backend together npm run FrontEnd -> Runs only frontend npm run BackEnd -> Runs only backend
Abubakar (22021519-079) & Arham (22021519-073) Full Stack Developers
This project is unlicensed (None). Feel free to use, modify, or distribute without restrictions.