| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
View a demonstration of the functional database in action: https://drive.google.com/file/d/1nW62Tu2S_RInYUMsfuBNPu_eCflagcg2/view
This Command Line Interface manages a database schema containing three tables:
department:
role:
employee:
A User is able to do the following:
Add departments, roles, employees
View departments, roles, employees
Update employee roles
Update employee managers
View employees by manager
This App uses the following dependencies:
inquirer: 6.2.1
dotenv: 8.2.0
express: 4.17.1
mysql: 2.16.0
sequelize: 6.3.5
console.table: 0.10.0
| Back | FazBrowse Home | New Git URL |