Skip to content

ayshasanyang/Employee-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee-Management-System

Employee Tracker is a node.js application that uses MySQL Workbench

Table of contents

Description

Employee Tracker is a node.js application that uses MySQL Workbench. This application manages all employees working in a company with different departments and roles. This app can add, view, and update information. This app was developed using Node, Inquirer prompts, and MySQL.

Connect to Database

const connection = mysql.createConnection({
	host: 'localhost',
	port: 3306,
	user: 'root',
	password: 'your password',
	database:  'employees_DB'
});

Installation

npm install
   mysql
   inquirer
   figlet
   console-table-printer
   asciiart-logo

Usage

  1. Open your terminal, run the command node app.js.
  2. Select from the menu to view, add, delete, or update from department, role, employee

License

License: MIT

Screenshot - Showing Node command line interface

  • View all departments
  • View all roles
  • View all employees
  • Add a department
  • Add a role
  • Add an employee
  • Update employee role
  • Delete department

Employee Tracker

Employee Tracker

Technologies Used

The following technologies and tools were used:

  • JavaScript
  • Node.js
  • MySQL Workbench

Questions

For any other questions, please send me an email at: [email protected]

About

Employee Tracker is a node.js application that use MySQL Workbench

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published