Skip to content

developerdev2007/Admition-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdmitEase: Automated College Admission System

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

Features

  • 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.

Installation and Usage

  1. Clone this repository to your local machine.
    git clone https://github.com/vishu7im/AdmitEase.git
    

Project Structure

The project is organized into two main folders: client and server.

Client

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:

  1. Navigate to the client directory.

    cd client
  2. Install client dependencies.

    npm install
  3. Start the development server.

    npm start

The client application will be accessible at http://localhost:3000.

Server

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:

  1. Navigate to the server directory.

    cd server
  2. Install server dependencies.

    npm install
  3. Create a .env file in the server directory and set up your environment variables (e.g., database connection, server port).

  4. Start the server.

    npm start

The server will run on the port you specified in the .env file.

Contributing

We welcome contributions to improve AdmitEase. To contribute:

  1. Fork this repository.

  2. Create a new branch for your feature.

    git checkout -b feature/your-feature-name
  3. Commit your changes and push them to your fork.

    git commit -m "Add your commit message"
    git push origin feature/your-feature-name
  4. Create a pull request describing your changes.

License

This project is licensed under the MIT License.

Feel free to explore, modify, and enhance the project to meet your needs. Happy coding!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published