-Demo
This application uses MIT License.
For more information please visit the license description.
beeHive is a content management system. I built this command line application that manages a company's employee database using Node.JS, Inquirer, and MySQL npms. beeHive allows business owners the ability to VIEW, MANAGE, AND UPDATE employees, departments, and roles in the company, so they can easily plan and organize the business.
Below is a screenshot of the result of using beeHive app to produce a team roster for a company. This screenshot shows the app in a responsive web design for mobile layout:
Follow these steps to properly install this application:
User must download the repo and run 'npm i express inquirer mysql2' at the command line.
Instructions for use:
Once installed, user must run command 'node server.js' and will be prompted to choose from a menu of options:'View All Departments, View All Roles, View All Employees, Add a Department, Add a Role, Add an Employee, Update an Employee , or Finish'. When a user selects any choice, they will then be prompted to fill out new prompts in order to accomplish each task. The results will be added to the database and can be viewed by selecting 'view 'that selection' after the change has been made .
If you would like to contribute to this project, please follow these guidelines:
n/a
Instructions for testing this application:
User can test this application with their own dummy data.
Any questions please reach out to me at my Github or by my email at sammcowen@gmail.com