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
- Host: GitHub
- URL: https://github.com/codingerik/employee-management-system
- Owner: CodingErik
- License: mit
- Created: 2020-07-14T16:05:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-03T05:29:19.000Z (over 4 years ago)
- Last Synced: 2023-03-08T15:14:44.767Z (about 3 years ago)
- Language: JavaScript
- Homepage:
- Size: 660 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Employee-Management-System


[](https://opensource.org/licenses/MIT)





[](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:

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.