Parbe is a full‑stack MERN + AI learning accelerator application designed to help users learn faster and smarter using AI. It provides an intelligent learning experience by combining modern web technologies with AI‑driven features.
| Component | Technology |
|---|---|
| Frontend | React.js |
| Backend | Node.js, Express.js |
| Database | MongoDB |
| AI Integration | GEMINI API KEY |
| Deployment | Render |
- Built with MongoDB, Express.js, React, Node.js (MERN stack)
- AI‑powered learning acceleration features
- JWT based user authentication and profile handling
- Fast, responsive UI
- Intelligent recommendations and progress tracking
- Backend API with AI integration endpoints
- Deployment of server and client using Render
Make sure you have installed:
- Node.js (v14+ recommended)
- npm or yarn
- MongoDB instance (Atlas or local)
-
Clone the repository
git clone https://github.com/Parisa-Reza/parbe.git cd parbe -
Install dependencies (backend)
cd server npm install -
Install dependencies (frontend)
cd ../client npm install -
Environment Variables
Create a
.envfile in bothserverandclientfolders (copy from.env.example):cp .env.example .env
Add your own credentials (MongoDB, API keys etc.).