Skip to content

hihellos/Employee_Management_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee_Management_System

Content managemnt system with a command line interface for organizing a company's employees using node, express, inquirer, and MySQL.

Table of Contents

  1. About this project
  2. Languages Used
  3. Installation
  4. Usage
  5. Contributing
  6. Acknowledgements

About This Project

A node express CLI application where are able to

  • View departments, roles, employees
  • Add departments, roles, employees
  • Update employee roles

This project was constructed with npm express and inquirer, and is connected to a database via mySQL. This employee management system allows the user to quickly and easily view organizational information about their employees. The use of console.table provides for readable table formatting for a better overall UX.

Languages & Technologies Used 💾

Powered by:

  • node.js
  • express
  • mySQL
  • inquirer

Installation 🔧

npm install express inquirer mysql console.table

Usage 💻

npm start

Contributing ✌️

Feel free to fork this repository, and open a pull request to suggest changes.

Acknowledgements

Rutgers Coding Bootcamp, 2020 🚀

Releases

No releases published

Packages

No packages published