Project information
- Category: Back-End
- Project date: Aug 2022
- Technologies: MySQL, Node, Inquirer, MySQL2
- Source code: https://github.com/TonyQ032/Employee-Tracker
Details
A command line application that takes user input and creates a functional employee database powered by Node.js and MySQL.
Users can create new employees, roles, and departments as well as update the information of each of these. This is done through a series of prompts (utilizing the Inquirer npm package) where the user is asked for input.