An open API service indexing awesome lists of open source software.

https://github.com/codingerik/employee-management-system

CLI Content Management Systems for admins to keep track of their company
https://github.com/codingerik/employee-management-system

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# Employee-Management-System

![GitHub Language Count](https://img.shields.io/github/languages/count/codingErik/Employee-Management-System?label=Languages%20Used&logo=GitHub)
![GitHub Followers](https://img.shields.io/github/followers/codingErik?color=orange&label=Followers&logo=GitHub)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
![Tweet](https://img.shields.io/twitter/url?url=https%3A%2F%2Fgithub.com%2FCodingErik%2FteamGenerator)
![npm](https://img.shields.io/npm/v/mysql?color=blue&label=mysql&logo=NPM&logoColor=black)
![npm](https://img.shields.io/npm/v/inquirer?color=green&label=inquirer&logo=NPM&logoColor=black)
![npm](https://img.shields.io/npm/v/console.table?color=purple&label=console.table&logo=NPM&logoColor=black)
![npm](https://img.shields.io/npm/v/chalk-pipe?color=orange&label=chalk-pipe&logo=NPM&logoColor=black)
[![HitCount](http://hits.dwyl.com/{CodingErik}/{Employee-Management-System}.svg)](http://hits.dwyl.com/{username}/{project-name})

## 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 **C**ontent **M**anagement **S**ystems. 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](Assets/schema.png)

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.