Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 997 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 997 Bytes

Scholar master

Overview:

The Project stands for University Scholarship management system. Student will get scholarship information of several university of the world. It provides complete apply application includes payment of tuition fees.

Key Features:

• Dashboard for admin, moderator and user with user friendly UI • Payment System Integrated and student can payment their tuition fees • API is much secure though JWT and axios interceptor, unauthorize server request is forbidden.

Technology:

React,Mongodb,DaisyUI,Firebase, Tailwind CSS, NodeJS, ExpressJS

Getting Started to clone project

1. Clone the Repository

Clone the project repository to your local machine using the following command:

git clone https://github.com/EngrMunir/Scholarship-Management-Client.git
### 2. Move to the project repository
cd Scholarship-Management-Client
### 3. Install the required project dependencies using npm:
npm install
### 4. Start the development server:
npm run dev