grave019 / employee-tracker

command line prompt interface with content management systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Employee Tracker

MIT License Badge

Description

Command line application that allows the user to manage employees. The user can view and change departments, roles employees in the application.

Screen Recording of application below.

https://www.youtube.com/watch?v=RgLTHc0m5-A

Table of Contents

Goals

Allow the user to change a employee role. Add an employee, change the manager of the employee, Add roles, salary, add employees, and allow the user the ability to change an employee's designation.

Usage

command line application utilizing SQL.

Installation

submit a fork request and connect to your SQL via .env file to hide your private information.

Test

none

Problems

The most difficult task was getting the inquirer to prompt through all the variables and getting the answers to connect to SQL file on the DBeaver server.

Visualization

mockup

mockup

Second Mockup

mockup2

Screenshots of command line application

1

2

3

DBeaver Connections

4

https://www.youtube.com/watch?v=RgLTHc0m5-A

Acknowledgements

Brent Graves Fenix Sampson

Contributions

submit a fork request to submit your code

Resources

Eloquent javascript, npm sql2 documentation

License

Copyright 2021 Brent Graves

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.

Contact

GitHub Username: grave019

Link to Github accountgrave019

Email: brent.r.graves82@gmail.com

About

command line prompt interface with content management systems

License:MIT License


Languages

Language:JavaScript 100.0%