Skip to content

CLI application to view, create, update, and delete departments, roles, and employees in a mySQL database.

Notifications You must be signed in to change notification settings

cfoster121/employee-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Tracker

Getting Started

This is a command line interface (CLI) application that allows the user to view departments, roles, and employees in a given database. The user is also able to add new departments, roles, and employees, and update existing employee roles.

Prerequisites

Installation

  1. Clone this repository (Visit Cloning a Repository - Github Docs for more details.)
  2. Open cloned repository folder in command line interface (Details for Mac, Windows, and Linux).
  3. Execute npm install
  4. Execute mysql -u root -p and enter personal MySql login credentials (Visit MySql for more details or to register for an account).
  5. Execute source db/schema.sql
  6. Execute source db/seeds.sql
  7. Quit mysql
  8. Execute node server.js
  9. The user will then be prompted to choose different options and run the application.

Watch installation tutorial video here.

Built With

Author

Courtney Foster

License

This project is licensed under the MIT License

Acknowledgments

About

CLI application to view, create, update, and delete departments, roles, and employees in a mySQL database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published