Skip to content

smillkaa/employee-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Tracker

Click here for a demo video

Description

A command-line application for managing a company's employee database.

Technologies Used

  • Node.js
  • Inquirer package
  • MySQL

Usage

The application allows a user to view, add, and edit departments, roles and employees.

Installation

  1. Login to your MySQL by typing the following command in your terminal:
mysql -u root -p
  1. Source the data from the database by typing the following commands in your terminal:
source db/db.sql
source db/schema.sql
source db/seeds.sql
  1. Start Node.js to be presented with prompts by typing the following command in your terminal:
npm start

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published