Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ydennekrf/employee-tracker
creates a terminal based employee tracker
https://github.com/ydennekrf/employee-tracker
inquirerjs javascript mysql-database nodejs
Last synced: about 10 hours ago
JSON representation
creates a terminal based employee tracker
- Host: GitHub
- URL: https://github.com/ydennekrf/employee-tracker
- Owner: Ydennekrf
- Created: 2022-06-20T11:38:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-22T19:16:09.000Z (over 2 years ago)
- Last Synced: 2023-03-04T17:31:13.183Z (over 1 year ago)
- Topics: inquirerjs, javascript, mysql-database, nodejs
- Language: JavaScript
- Homepage:
- Size: 5.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jolly-Thimble
This project is licensed under the [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](#license) .
## Description:
This project creates a comand line based employee tracker. This app can view departments roles and employees all seperately. it can add new departments, roles, employees and even modify the current role of an employee. this uses technologies such as mysql, javascript, node.js, inquirer and console.table.
## Table of contents
* [Description](#description)
* [Screenshots](#screenshots)
* [Installation](#installation)
* [Usage](#usage)
* [License](#license)
* [Contributing](#contributing)
* [Questions](#questions)
## Screenshots
![screenshot](./assets/screenshots/screenshot.png)
the video can be viewed from [here](https://drive.google.com/file/d/1kgEVXZ4rlHvSlFphjS7dmx4DTon9qIE2/view)## Installation
npm install
## Usage
this could be used with an old IBM computer to track employees using a seperate database.
## License
MIT LicenseCopyright (c) [2022] [Fraser Kennedy]
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
there is extra functionality that could be added like modifying managers in a simpler manner.
## Questions
For questions please contact: Fraser Kennedy
at [[email protected]](mailto:[email protected])
Github Profile: [ydennekrf](https://github.com/ydennekrf)