Employee Tracker is a command-line content management system (CMS) application that allows users to add, view, update and delete data relating to employees, roles and departments.
- Clone this repository onto your local computer
- Using the MySQL server, run the 'schema.sql' file (db/schema.sql) to create the application database
- (Optional) For testing purposes, run the 'seed.sql' file (db/seed.sql) to pre-populate the database with dummy data
- In the command line, navigate to the cloned repository (the 'employee-tracker' directory)
- Install the required dependencies by running the command: npm install
- Open the 'index.js' file and change the password on line 15 to your own MySQL root password
Click here to view a video walkthrough of the application functionality.
- SQL
- MySQL Workbench
- MySQL Community Server
- JavaScript
- Node.js
- npm mysql package
- npm inquirer package
- npm console.table package
- npm chalk package
My GitHub Profile: jkaho
If you have any further questions, please feel free to email me at j.h_7@yahoo.com