Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 881 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 881 Bytes

Employee Tracker

Description

This node.js application uses MySQL2 and Inquirer to store, retrieve, and edit company data (employees, roles, departments) in an SQL database.

Usage

  • At this point I have not made it around to elaborating on ID's

i.e. Department, role, and manager IDs all show as only the number... They work fine, but I will JOIN tables and show more readable titles

  • Also the formatting is incredibly underwhelming. I wanted to work on that more but had to let it go to battle with queries and asynchronicity

Here is the usage video

Sorry there's no audio on this one 😒

Future Implementations

Move from solely CLI to a web application with a backend server.

Thanks for viewing!