Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 2.23 KB

README.md

File metadata and controls

58 lines (38 loc) · 2.23 KB

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