Skip to content
/ ERP_Portal Public template

This is a project for a college ERP portal of a college which will have both administration side and student side.

Notifications You must be signed in to change notification settings

Coder-Kartikey/ERP_Portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ERP_Portal

This is a project for a college ERP (Enterprise Resource Planning) portal, which includes both administration and student sides.

Table of Contents

Introduction

The ERP_Portal is designed to streamline various administrative and academic processes within a college. It provides a comprehensive platform for managing student information, academic records, and administrative tasks.

Features

  • Administration Side:

    • Manage student records
    • Track academic performance
    • Schedule and manage classes
    • Generate reports
  • Student Side:

    • View academic records
    • Enroll in classes
    • Access schedules
    • Communicate with administration

Technologies Used

  • Programming Language: C++
  • OOP's

Installation

To run this project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/Coder-Kartikey/ERP_Portal.git
    
  2. Navigate to the project directory:
    cd ERP_Portal
  3. Compile the project (specific instructions based on the build system used):
    # Example for compiling a C++ project
    g++ -o erp_portal main.cpp
  4. Run the application:
    ./erp_portal
    

Usage

Provide detailed instructions on how to use the application, including any necessary configurations and examples.

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature-branch)
  3. Make your changes
  4. Commit your changes (git commit -m 'Add some feature')
  5. Push to the branch (git push origin feature-branch)
  6. Open a pull request

Author

CoderKP

About

This is a project for a college ERP portal of a college which will have both administration side and student side.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages