Skip to content

Employee Management System in Shell script(Bash script)

Notifications You must be signed in to change notification settings

ramakrishna7781/HCL-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Hey,there!

This is my project, Employee Management System. It is coded in bash script and SQLite is used for storing data,i.e., database. It helps the organisation to manage its employee details. It has features like Add employee detials, Update employee details, View employee details, Delete employee details. It also has features like admin login and logout which helps in keeping the data secure and the data can only be managed by the admin. The data is stored in the Database [SQLite]

Here are some steps that are to be followed.

  1. Save the scipt in a file with .sh extension
  2. Open SQLite and create database named "employee.db"
  3. Now open terminal and use this command "chmod +x filename.sh"
  4. Then this command "./filename.sh"
  5. Then the Employee Management System starts working.
  6. It asks for username and password of the admin. Then provide the following credentials. Username: admin, Password: dbadmin

Thank you.

About

Employee Management System in Shell script(Bash script)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages