CodingErik / Employee-Management-System

CLI Content Management Systems for admins to keep track of their company

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Employee-Management-System

GitHub Language Count GitHub Followers License: MIT Tweet npm npm npm npm HitCount

Description

Developers are often tasked with creating interfaces that make it easy for non-developers to view and interact with information stored in databases. Often these interfaces are known as Content Management Systems. In this homework assignment, your challenge is to architect and build a solution for managing a company's employees using node, inquirer, and MySQL.

Instructions

Database schema containing three tables:

Database Schema

USER STORY:

As a business owner
I want to be able to view and manage the departments, roles, and employees in my company
So that I can organize and plan my business

Installation

to run the application run git clone run npm i then run the script npm run start

Contribution

If you would like to contribute to the repo please submit a pull request.

About

CLI Content Management Systems for admins to keep track of their company

License:MIT License


Languages

Language:JavaScript 100.0%