A Java Application that keeps track of the different departments in Safaricom and their roles and responsibilities.
The user can browse the different departments within the Technology Division.
The user can add, read, update or delete departments, roles and staff member details.
The main functionalities are:
- Create Department
- Update Department
- Delete Department
- Add Staff to a specific department
- CRUD operations on Staff Records
- CRUD operations on Roles Records
- View staff under a specific department with their roles
- View All staff members
To start using this project:
git clone https://github.com/kelvinMakamu/techNest.git
cd techNest
gradle build
- Java
- JUnit
- Gradle
- GIT