A web platform designed to inform, empower, guide, and support women across India — from urban professionals to rural homemakers — using AI, personalization, vernacular language, and a video-based learning interface.
-
Make a virtual environment
python -m venv .venv -
Activate virtual environmet
.venv\Scripts\activate -
Install requirements.txt
pip install -r requirements.txt -
Install concurrently
npm install concurrently -
Install frontend dependencies
cd servernpm installnpm install nodemon --save-devcd /Prerna-Dashboardnpm install -
Set env up
- Go to
cd /server - Rename
.env.samplewith.env - Enter your secret keys metioned there
- Go to
-
Run the application
npm start