/employee-tracker

A command-line application to manage a company's employee database, using Node.js, Inquirer, and MySQL.

Primary LanguageJavaScript

Employee-Tracker (CMS)

Description

A command-line application to manage a company's employee database, using Node.js, Inquirer, and MySQL.

Table of Contents

Installation

This application requires Node.js, Inquirer, console.table and mysql2. To start application run npm start. To view database from MySQL run mysql -u root -p.

Usage

This application will allow users to view, add, and edit employees, roles, departments, and managers.

View walk through video via Screencastify

Contributing

Contributors should read the installation section.

Tests

There are no tests for this application.