ALU Registration System
Description The ALU Registration System is a command-line application built using shell scripting that allows users to manage student records for the Bachelor of Software Engineering (BSE) cohort at the African Leadership University (ALU). With this application, users can create, view, delete, and update student records. Additionally, the application provides functionality to extract and save specific student details, such as email addresses, into separate files.
Features Create student records View all student records Delete student records by ID Update student records by ID Extract and save student email addresses Automate file organization and backup processes
Usage To use the ALU Registration System, simply run the main.sh script in your terminal and follow the on-screen instructions.
Installation
- Clone the repository to your local machine git clone https://github.com/JokMaker/alu-registration-system.git
- Navigate to the project directory cd alu-registration-system
- Make the main script executable chmod +x main.sh
- Run the script ./main.sh
Contributing Contributions are welcome! If you'd like to contribute to the project, please follow these steps:
Fork the repository Create a new branch (git checkout -b feature/new-feature) Make your changes Commit your changes (git commit -am 'Add new feature') Push to the branch (git push origin feature/new-feature) Create a new Pull Request