Skip to content

PMayala/ALU-registration-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ALU Registration System

A straightforward application for managing the Bachelor of Software Engineering student cohort list.

Table of Contents

Installation

To get started, follow these simple steps:

  1. Clone the Repository:

    • Run the following command to create a local copy of the project:
      git clone https://github.com/your-username/ALU-Registration-System.git
      
  2. Navigate to the Project Directory:

    • Use this command to move into the project directory:
      cd ALU-Registration-System
      
  3. Run the Setup Script:

    • Execute the setup script to prepare your environment:
      ./setup.sh
      

Usage

Explore the capabilities of this application with ease:

  1. Run the main.sh Script:

    • Initiate the core functionality with this command:
      ./main.sh
      
  2. Manage Student Records:

    • Select from the menu options to create, view, update, or delete student records.
  3. Extract Student Emails:

    • To gather student emails, execute the 'select-emails.sh' script:
      ./select-emails.sh
      

Contributing

We actively welcome contributions from our community. If you'd like to contribute to this project, follow these steps:

  1. Fork the Repository:

    • Create a fork of this repository on GitHub.
  2. Create a New Branch:

    • On your forked repository, create a new branch dedicated to your feature or improvement.
      git checkout -b feature/new-feature
      
  3. Make Changes and Commit:

    • Implement your changes and make meaningful commits.
  4. Push to Your Forked Repository:

    • Push your branch to your forked repository on GitHub.
  5. Create a Pull Request:

    • Finally, open a pull request to propose your changes for review and inclusion.

License

This project is licensed under the terms specified in [Negpod-8]. For more details, refer to the project's LICENSE file.

About

Tasked to build an application that registers students' details into the ALU registration system. 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