This is a command line interface (CLI) application that allows the user to view departments, roles, and employees in a given database. The user is also able to add new departments, roles, and employees, and update existing employee roles.
- Clone this repository (Visit Cloning a Repository - Github Docs for more details.)
- Open cloned repository folder in command line interface (Details for Mac, Windows, and Linux).
- Execute
npm install
- Execute
mysql -u root -p
and enter personal MySql login credentials (Visit MySql for more details or to register for an account). - Execute
source db/schema.sql
- Execute
source db/seeds.sql
- Quit mysql
- Execute
node server.js
- The user will then be prompted to choose different options and run the application.
Watch installation tutorial video here.
Courtney Foster
This project is licensed under the MIT License
- W3 Schools
- MDN Web Docs
- TA sessions