An interface to allow user to manage their database of employees, as to which role (or job) they fit into, their pay, and who's their manager. This application gives the user the ability to add and view departments of their company, view and add roles to their company, and view or add employees, as well as update their information.
First, clone this repo into your local machine.
You will need to make sure you have Node.js downloaded via the link above.
After you have Node.js on your local machine, in your command line, run:
```npm install```
Which will automatically install Express, Inquirer, MySQL.
To use you must source the schema.sql, as well as seeds.sql. Enter MySQL by typing in the command line:
```mysql -u root -p```
Enter your password, then enter:
```source db/schema.sql```
Followed by:
```source db/seeds.sql```
Then, type `quit` to exit MySQL
Finally, enter:
```node index.js```
And the application will start!
Spencer Carlson
- Website - Spencer Carlson
- GitHub - anomic84
I'd like to thank Jacob Nordan for helping me along with this project.
