Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.52 KB

README.md

File metadata and controls

48 lines (39 loc) · 1.52 KB

Employee-Tracker

Description

  • This is a CLI application for building and managing a company’s data using Node, Inquirer, and MYSQL. This application enables keeping track of all the employees, their roles, and the departments they work in. Additionally, it is possible to add new departments with new roles and employees, update the database or remove them completely.

Table of content

  1. Usage
  2. Technology
  3. Installation
  4. Image
  5. Links
  6. Contribution
  7. Licence
  8. Questions

Usage

  • 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

Technology

  • Javascript
  • Node
  • MYSQL
  • Inquirer
  • console.table
  • asciiart-logo

Installation

  • Make sure you have node installed in your machine and have cloned this repo.
  • Run : npm install in order to install all dependencies
  • Run : node index.js and the application will start

Image

Employee-Tracker

Links

Contribution

  • Enxhi Salaj

Licence

License badge

Questions