MuqtiRath is an initiative to bridge the gap between women trapped in prostitution and the NGOs that can help them. Often, women in brothels are unaware of where to turn for assistance. MuqtiRath is here to connect, empower, and uplift.
Through this platform, women can:
- Connect discreetly with NGOs for support.
- Access upskilling programs.
- Explore dignified employment opportunities.
- Take the first steps toward freedom and self-reliance.
🌟 Special Mention at Microsoft Gurgaon and IGDTUW Delhi. Developer : Rheosta561(https://github.com/Rheosta561)
Built with the robust MERN stack:
- MongoDB – Database
- Express.js – Backend framework
- React.js – Frontend UI
- Node.js – Server runtime
- 🔒 Secure platform for sensitive user interactions
- 🆘 NGO support listings with contact options
- 💼 Job and skill development opportunities
- 🌐 Clean and responsive design for accessibility
- 🔍 Admin/moderator panel for vetting listings
# Clone the repo
https://github.com/Rheosta561/MuqtiRath.git
cd muqtirath
# Install dependencies (backend)
cd backend
npm install
# Install dependencies (frontend)
cd ../frontend
npm install
# Run backend
npm run dev
# Run frontend (in another terminal)
npm start