Skip to content

CLI application for easily managing company employees, utilizing MySQL.

License

Notifications You must be signed in to change notification settings

ggfalloon/EmployeeTracker

Repository files navigation

EmployeeTracker

CLI application for easily managing company employees, utilizing MySQL database.

Table of Contents

Technologies

  • Nodejs (npm - inquirer)
  • MySQL
  • JavaScript

Installation

Visit - https://github.com/ggfalloon/EmployeeTracker Clone the repository to your local machine. (Requires Node.js and MySQL)

Usage

Watch Video Tutorial

EmpTracker

  • First type "npm i" in your command line to install node modules for the package.json.
  • Then install inquirer by typing into your command line "npm install inquirer".
  • Next add MySQL by typing "npm install mysql" into command line. Be sure to type in your mysql password to the server.js file.
  • Now you're ready to invoke the application. Type "node server.js".
  • You'll be prompted by inquirer to answer each of the questions to update your employee database and even check your total utilized department budget.
  • When you are done updating, choose "Exit" from the list of choices to exit the program.

Credits

  • SQLBolt.com
  • Nodejs.org
  • npmjs.com/package/inquirer
  • mysql.com
  • w3resource.com/mysql

Contributing

Do you have a suggestion or feature you'd like to add? Contributions are welcome and appreciated. Visit https://github.com/ggfalloon/EmployeeTracker and create a pull request.

Questions

©Gabriele Falloon, github.com/ggfalloon, [email protected]

License

MIT LICENSE

About

CLI application for easily managing company employees, utilizing MySQL.

Topics

Resources

License

Stars

Watchers

Forks