This is a project for a college ERP (Enterprise Resource Planning) portal, which includes both administration and student sides.
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.
-
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
- Programming Language: C++
- OOP's
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/Coder-Kartikey/ERP_Portal.git
- Navigate to the project directory:
cd ERP_Portal
- Compile the project (specific instructions based on the build system used):
# Example for compiling a C++ project g++ -o erp_portal main.cpp
- Run the application:
./erp_portal
Provide detailed instructions on how to use the application, including any necessary configurations and examples.
Contributions are welcome! Please follow these steps:
- Fork the repository
- Create a new branch (git checkout -b feature-branch)
- Make your changes
- Commit your changes (git commit -m 'Add some feature')
- Push to the branch (git push origin feature-branch)
- Open a pull request
CoderKP