This is a simple command-line tool to help you manage your company's employee information. You can view and edit departments, roles, and employees easily.
-
Install Node.js if you haven't already.
-
Clone this repository to your computer.
-
Open your terminal and navigate to the project directory.
-
Run
npm installto install the required dependencies. -
Set up your PostgreSQL database and update the connection details in
config.js. -
Run the application by typing
npm startin your terminal. -
Follow the on-screen instructions to perform various tasks such as adding departments, roles, employees, or updating employee roles.
- View all departments, roles, and employees.
- Add new departments, roles, and employees.
- Update an employee's role easily.
- Node.js: JavaScript runtime for running the application.
- PostgreSQL: Database system for storing employee information.
- Inquirer.js: Library for interactive command-line prompts.