Scholarship Portal BD is a Scholarship Management System designed to help students search for and apply to suitable universities and scholarships that best fit their needs. The users can manage their scholarship applications and reviews. The system includes features for students, moderators, and admins to ensure smooth operation and management of the scholarship process.
- User Roles Management: Support for different user roles (students, moderators, admins) with dedicated dashboards and role-specific permissions.
- Comprehensive Scholarship Search: Search and filter scholarships by university name, degree, and other criteria.
- Secure Application Process: Ensures secure scholarship application submissions with integrated payment gateways and application management capabilities.
- Frontend: HTML, CSS, JavaScript, React
- Backend: Node.js, Express.js, MongoDB
- Authentication: Firebase (Email/Password, Google Login)
- Payment Gateway: Stripe
- Hosting: Netlify (Frontend), Vercel (Backend)
- Email: portal@gmail.com
- Password: 1234A@
Scholarship Portal BD Server Repository
To run the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/noushinpervez/Scholarship-Portal-BD-Client.git
-
Navigate to the project directory and install dependencies:
cd Scholarship-Portal-BD-Client npm install
-
Set up environment variables:
- Create a
.env
file in the client directory and add necessary configuration variables (Firebase config, Stripe keys, and Imgbb Image Hosting API keys):
VITE_API_KEY= VITE_AUTH_DOMAIN= VITE_PROJECT_ID= VITE_STORAGE_BUCKET= VITE_MESSAGING_SENDER_ID= VITE_APP_ID= VITE_PAYMENT_GATEWAY_KEY= VITE_IMAGE_HOSTING_API=
- Replace each variable (VITE_API_KEY, VITE_AUTH_DOMAIN, etc.) with your actual configuration keys and values without quotations.
- Create a
-
Run the client:
npm run dev
-
Access the application: The application will run on
http://localhost:5173
.
Follow these instructions to set up and locally run the client-side of Scholarship Portal BD to explore its features and functionalities.