Welcome to the AdmitEase project repository! This system, developed using the MERN stack, aims to revolutionize the traditional manual college admission counseling process, streamlining data management, ranking, and reporting
-
Effortless Data Management: AdmitEase simplifies manual application data entry, maintaining comprehensive records for diploma engineering and lateral entry students.
-
Smart Ranking: Automatically ranks students based on their academic percentages, aiding in swift and informed decision-making.
-
Instant Reports: Generate categorized Excel reports for clear insights into student categories and rankings.
- Clone this repository to your local machine.
git clone https://github.com/vishu7im/AdmitEase.git
The project is organized into two main folders: client and server.
The client folder contains the front-end part of the application built with React. It provides an intuitive user interface for managing admissions and interacting with the system.
To set up and run the client:
-
Navigate to the
clientdirectory.cd client -
Install client dependencies.
npm install
-
Start the development server.
npm start
The client application will be accessible at http://localhost:3000.
The server folder contains the back-end part of the application. It handles data storage, management, and communication with the client.
To set up and run the server:
-
Navigate to the
serverdirectory.cd server -
Install server dependencies.
npm install
-
Create a
.envfile in theserverdirectory and set up your environment variables (e.g., database connection, server port). -
Start the server.
npm start
The server will run on the port you specified in the .env file.
We welcome contributions to improve AdmitEase. To contribute:
-
Fork this repository.
-
Create a new branch for your feature.
git checkout -b feature/your-feature-name
-
Commit your changes and push them to your fork.
git commit -m "Add your commit message" git push origin feature/your-feature-name -
Create a pull request describing your changes.
This project is licensed under the MIT License.
Feel free to explore, modify, and enhance the project to meet your needs. Happy coding!