Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stephmarie17/employee_tracker
A solution for managing a company's employees using node, inquirer, and MySQL.
https://github.com/stephmarie17/employee_tracker
Last synced: 26 days ago
JSON representation
A solution for managing a company's employees using node, inquirer, and MySQL.
- Host: GitHub
- URL: https://github.com/stephmarie17/employee_tracker
- Owner: stephmarie17
- Created: 2019-12-17T00:14:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T21:28:16.000Z (over 3 years ago)
- Last Synced: 2024-10-22T09:47:31.093Z (2 months ago)
- Language: JavaScript
- Size: 141 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Employee Tracker
## A solution for managing a company's employees using node, inquirer, and MySQL.### Description
This is a command-line application run in node.js that allows the user to view departments, roles, and empoyees in a mySQL database. Users can can also add records to the database, update, and delete records.### Installation
To install, fork the repo and clone to your machine. You will need to have a way to run a mySQL server on your machine, such as MySql Workbench. You will also need to install the following packages to node:
- inquirer
- mySql
- console.table### Usage
Run the sql files to create and seed the database. Run npm install. Then, utilize the application through the terminal.![Usage](employee_tracker_demo01.gif)
![Usage](employee_tracker_demo02.gif)
![Usage](employee_tracker_demo03.gif)