Getting Started
Welcome to EduPulse development! This guide will help you set up your development environment.
Prerequisites
| Tool | Version | Purpose |
|---|---|---|
| Node.js | 22.x LTS | Backend runtime |
| PostgreSQL | 16.x | Database |
| Docker | Latest | Local services |
| Git | Latest | Version control |
Quick Start
# Clone the repository
git clone https://github.com/rajesh-coder-hai/edupulse.git
cd edupulse
# Install dependencies
npm install
# Start development
npm run dev
Next Steps
- Tech Stack - Technology choices
- Architecture - System overview
- Setup Guide - Detailed setup