Skip to content

A command-line application run in node that provides the user with access to departments, roles, and employee files in MySQL database. This application allows the user to easily view, update and delete records within the database.

Notifications You must be signed in to change notification settings

GeorgiaHunt89/Employee-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Tracker

MIT License

Description
Installation Instructions
Usage Information
Application Walk-through Video
Contributors
Deployment Links
Questions
License

Description

A command-line application run in node that provides the user with access to departments, roles and employee files in mySQL database. This application allows the user to easily view, update and delete records within the database.

Installation Instructions

Simply clone the repository into your directory, then right click and run Open Intergrated Terminal, run 'npm install' to install the required dependencies, once MySql has been installed run 'mysql -u root -p' press enter to add your password and run 'source schema.sql' to load database in MySql. To start the application open the command line and run 'node start', then follow the prompts to add, view and delete employees, departments and roles.

Usage Information

This project allows the user to easily create, seed and access databases in MySQL through the terminal.This application employs the following dependencies:

  • Node.js
  • NPM
  • Inquirer.js
  • MySql2
  • dotenv
  • express
  • sequelize

Application Walk-through Video Link

Walkthrough video demonstrating the portfolio layout and links to GitHub.

Employee Tracker Walk-through Gif

Contributors

Georgia Hunt

Deployment Links

https://github.com/GeorgiaHunt89/Employee-Tracker
https://dashboard.heroku.com/apps/gh-employee-tracker

Questions

I would love to hear your feedback, please don't hesitate to contact me via email at georgialhunt89@gmail.com or visit my profile on GitHub

License

This project is protected under MIT License, please read through the license terms and conditions.

About

A command-line application run in node that provides the user with access to departments, roles, and employee files in MySQL database. This application allows the user to easily view, update and delete records within the database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published