mjsouthcott / 12-employee-tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Employee Tracker

GitHub followers GitHub repo size GitHub top language

Description

This is a command line application that acts as a Content Management System for an employee database. It allows users to view, add, update and delete employees, roles and departments. This application uses SQL, Javascript, Node.js and various npm packages.

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

Table of Contents

Installation

To install the application, click "Clone or download", copy the URL, launch Git Bash, navigate to your desired directory and use git clone followed by the copied URL.

Usage

Launch Git Bash and navigate to the application's root directory. Once there, use npm install to install the dependencies, followed by node index.js to run the application. Select options from the menu to view, add, update and delete database contents.

Licence

MIT License

Copyright (c) 2020 Matthew James Southcott

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.

Contributing

Feel free to email me if you'd like to contribute.

About

License:MIT License


Languages

Language:JavaScript 88.5%Language:TSQL 11.5%