Description
Installation Instructions
Usage Information
Application Walk-through Video
Contributors
Deployment Links
Questions
License
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.
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.
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
Walkthrough video demonstrating the portfolio layout and links to GitHub.
Georgia Hunt
https://github.com/GeorgiaHunt89/Employee-Tracker
https://dashboard.heroku.com/apps/gh-employee-tracker
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
This project is protected under , please read through the license terms and conditions.