Skip to content

Bickolus/teta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

T.E.T.A - The Employee-Tracking App

License: Unlicense

Description

This is a command-line application that can do various actions in regards to an employee database. It can view current departments, roles, and employees. It can also add new and delete departments, roles, and employees. Furthermore, it can update an employee's role.

A video walkthrough has been recorded to demonstrate its functions.

Github Repository Link: https://github.com/Bickolus/teta

Video Link: https://user-images.githubusercontent.com/96181899/155039447-a97dbedd-e3a4-46d2-b1d9-960d79f6fda0.mp4

Table of Contents

  1. Installation
  2. Usage
  3. Example
  4. License
  5. Questions

Installation

Type "npm install" in the console to install the dependancies this application requires (Inquirer, MySQL2, and console.table package).

Usage

In order to run this program, the user must type "node index.js" in their console. The program will only work if they have a running sql database with the schema used in the db folder, otherwise the program will not know what you're talking about, since it relies on a connection to the employees_db database provided.

Example

Screenshot of the Program Running (View Tables)

Screenshot of TETA running, showing tables of employee database

Video Demonstration (Add/Update Tables)

teta-demo.mp4

License

This project is not under any license.

Questions

My GitHub Page: Bickolus

If you have any additional questions, please contact me at smbraza97@gmail.com.

About

T.E.T.A - The Employee-Tracking App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published