jordanheidlage / employee_tracker_jh

Business owners can view/manage: departments, roles, and employees in any company utilizing node commands

Home Page:https://drive.google.com/file/d/1eePGCbG-aBpfLd7_9j7RSmNv6kgUlBIz/view?usp=sharing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Employee-Tracker-JTH

Description

Utilizing a content mangement system (CMS), this application was developed to allow business owners to be able to easily view/manage their:

  • Departments
  • Roles
  • Employees
  • Preview

Table of Contents (Optional)

License

License: MIT

Installation

After downloading the file, run the following commands in your terminal:

  • "npm i"
  • Open SQL in terminal with "mysql -u root -p," and your password when prompted
  • source db/schema.sql
  • source db/seeds.sql
  • exit
  • node index.js

Usage

Upon completing the installation instructions above, you are presented with a variety of options including:

  • View All Employees employees
  • View All Departments department
  • View All Roles roles
  • Add Employees add
  • Delete Employees delete
  • Update Employee Roles update
  • Add a role addRole

Upon successfully updating your database, you can simply use the "exit" commands

  • exit

Video Walkthrough: https://drive.google.com/file/d/1eePGCbG-aBpfLd7_9j7RSmNv6kgUlBIz/view

Credits

Ohio State University instructional staff, and myself

Contributions

Instructional Staff, and myself

Tests

Questions

About

Business owners can view/manage: departments, roles, and employees in any company utilizing node commands

https://drive.google.com/file/d/1eePGCbG-aBpfLd7_9j7RSmNv6kgUlBIz/view?usp=sharing

License:MIT License


Languages

Language:JavaScript 99.2%Language:Shell 0.8%