Command-line application using node.js, inquirer, and MySQL to make and maintain a Content Management System (CMS) for keeping track of an organization's employees.
1. Fork the repo.
2. Clone it to your local machine.
3. Install npm packages with `npm install`.
4. Set up MySQL server using schema.sql (and optional seeds.sql file).
5. Run the CLI application using `node app.js`.
Cycle through the main prompt menu to find options for viewing Employees, Departments, and Roles, adding new Employees, Departments, and Roles, Updating Employee info, Removing Employees from the database, viewing Employees by Manager, and more.
MIT
Issues and Pull Requests are welcome!
Please address questions to GAFelton.