This is a command-line-application that uses MySQL to create, read, and update an employee database. A user can pull up a complete table of employees and their information as well as update employee roles and departments.
Installation
Usage
Contributing
Tests
Questions
License
after cloning repo,
- have MySql downloaded and an 'employee_tracker_db' database folder created
- update the username and password in the .env file to your personal info
- in terminal : run 'npm init' then 'npm i' to install the npm packages (listed under dependencies in the package.json file)
- type 'node index' in the terminal to run the application
This application helps to organize and update a database of employees and their professional information
feel free to contact me (see below)
Play around with it a see what breaks
If you have any questions, feel free to reach out!
My email: tianweaver@gmail.com
Personal GitHub Page: github.com/Tianwes
This application is covered under the MIT license. To find out more about the MIT license, click here
MIT © 2021 Tianwes