kathrynwilkinson / SQL-employee-cms

Command-line application that allows the user to view, manage, and manipulate employee information with ease. Made with custom written MySQL queries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Employee Tracker

License: MIT

A back-end Command Line Interface Employee Content-Management-System providing a solution for managing company employees. Application uses MySQL, node, and inquirer.

Table of Contents

Description

This SQL CMS is a command-line application that allows a business owner to view and manage departments, roles, and employees in the company.

User is able to: - view employees, roles and departments - add employees, roles and departments - update employee roles - delete employees

Installation

Clone the repository and open it in your preferred code editor. Navigate to the root folder in your command-line and run 'npm i' to install dependencies.

Usage

After installation, run 'npm start' in the command-line to access the prompts and start the app. Use up and down arrow keys to navigate the options. Selecting 'Finished' will exit the application.

Technologies

  • MySQL
  • node.js
  • inquirer

Visuals

Link to youtube DEMO:

DEMO

Contributing

Sole Author: k.wilkinson

If there's something you'd like to contribute to the project - send me a message and make a pull request!

Contributor Covenant

Questions?

Get in contact with me via email or LinkedIn.

License

This project is licensed under the MIT License. For more information, please visit: MIT Explained

© 2021 k.wilkinson

About

Command-line application that allows the user to view, manage, and manipulate employee information with ease. Made with custom written MySQL queries

License:MIT License


Languages

Language:JavaScript 100.0%