Skip to content

JokMaker/Alu-registration-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

102 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Clone the repository to your local machine git clone https://github.com/JokMaker/alu-registration-system.git
  2. Navigate to the project directory cd alu-registration-system
  3. Make the main script executable chmod +x main.sh
  4. 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

About

The application takes user input and loads and builds the Bachelor of Software Engineering cohort list of students. The inputs the application takes are the following information (student email, age, and student ID).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages