Skip to content

Command-line application to manage a company's employee database

Notifications You must be signed in to change notification settings

brendanjflewis/employee-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Tracker

Description

Command-line application to manage a company's employee database using Node.js, Inquirer, and MySQL. Check it out below!

Video walkthrough

Table of Contents

Installation

  • Install your packages with npm install or npm i
  • In the root, create a .env file with your MySQL database, username, and password
  • Use source db/schema.sql to create the database
  • Use source db/seeds.sql to run the seed
  • To run the application, use the command-line terminal and type 'npm start'

Usage

  • Keep track of your employees
  • View and add departments
  • View and add employees
  • View, add, and update employee roles

Questions

About

Command-line application to manage a company's employee database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published