An example company CMS (content management system) that utilizes Node.js, Inquirer, and interacts with an employee database created using MySQL.
Make sure Node.js and MySQL are installed on your local machine. Clone the repo, and then navigate to the projects root directory. Run npm install. Open your instance of mysql from the command-line and run 'source db/db.sql', 'source db/schema.sql', and 'source db/seeds.sql' to populate and seed the database 'CMS'. Make sure to correctly add your own environment variables in the './db/connection.js' file for 'user', 'host', and 'password'.
To start the CLI app, type 'npm start' from within the project directory. Navigate the menus of the 'Employee Portal' as desired.
no current test method
Please send additional questions to @coderjake91, email: [email protected]