Skip to content

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 mission, I architected and built a solution for managing a company's employees using node, inquirer, and MySQL.

Notifications You must be signed in to change notification settings

joshwilensky/Employee-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Management System License: MIT


Table of Contents



Descriptions:

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 mission, I architected and built a solution for managing a company's employees using node, inquirer, and MySQL.


Screenshots:

app js - 12-Employment-Management-System - Visual Studio Code 8_11_2020 4_14_47 PM


Installations:

I created the Employee Management System with npm packages: MySQL, Node, Inquirer, and console.table design pattern.


Usages:

Designed the following database schema containing three tables:

  • Department:

    • id
    • name
  • Role:

    • id
    • title
    • salary
    • department_id
  • Employee:

    • id
    • first_name
    • last_name
    • role_id
    • manager_id

License:

MIT License Copyright (c) 2020 Joshua Wilensky

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


Contributions:

  • Ben Wright
  • Justin Pinero
  • Benjamin Benson

Tests:

  • nodemon
  • MySQL

Email the Author:

joshwilensky@gmail.com


GitHub Account:

http://github.com/joshwilensky

About

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 mission, I architected and built a solution for managing a company's employees using node, inquirer, and MySQL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published