JPSP is an AI-powered mobile application designed to streamline the scholarship application process. This platform is developed using modern technologies to provide a seamless experience for users, administrators, and institutions.
- AI-Powered Recommendations: Get tailored scholarship suggestions based on your profile.
- Seamless Application: Apply for multiple scholarships in one place.
- Secure User Management: User data is securely stored and managed.
- Admin Panel: A dedicated admin panel for managing scholarships, applications, and users.
- Real-Time Updates: Stay updated with the latest scholarship opportunities.
- Flutter: For building a responsive and user-friendly mobile application.
- React.js: To power the admin panel and backend APIs.
- MongoDB: For efficient and scalable database management.
- Machine learning models to provide personalized scholarship recommendations.
- Node.js and npm
- Flutter SDK
- MongoDB installed locally or hosted
- Clone the repository:
git clone https://github.com/Mayank202004/JPSP.git cd JPSP/backend - Install dependencies:
npm install
- Configure environment variables in a
.envfile:MONGO_URI=your-mongodb-uri PORT=5000 JWT_SECRET=your-secret-key
- Start the server:
npm run dev