this is an employee tracker which uses SQL to show the list of items within the database. This is able to be updated by the user and the user is prompted with specific questions to be updated
Installation instructions:
- clone the repository (https://github.com/unfazedxx/Employee_Tracker_SQL.git)
- Install the required dependencies using (npm i)
- Open the MySQL CLI by typing (mysql -u root -p)
- enter your password
- source the schema and seed data using (source ./database/schema.sql) (source ./database/seeds.sql)
- Type (quit) to get out of sql
- type (node server.js) to run the program
Instructions for use: Use arrow keys to access specific tables enter in data with keyboard enter to save data.
User is prompted and shown how to use the command line when in use.
this project uses the MIT open source license (https://opensource.org/license/mit/)
there is no contributing to this project, but thank you anyway
no tests
Please reach out if there are any additional questions: shahkun01@gmail.com Find more projects located on my github page: https://github.com/unfazedxx