An open API service indexing awesome lists of open source software.

https://github.com/ezaiger/employee-tracker

Module 12 Challenge Assignment - A command-line application that manages a company's employee database.
https://github.com/ezaiger/employee-tracker

inquirer javascript mysql mysql2 nodejs

Last synced: about 2 months ago
JSON representation

Module 12 Challenge Assignment - A command-line application that manages a company's employee database.

Awesome Lists containing this project

README

          

# Employee Tracker - Module 12 Assignment

## License
[![License: MPL 2.0](https://img.shields.io/badge/License-MPL_2.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0)

Mozilla Public License 2.0 (MPL-2.0)
Further resources on Mozilla Public License 2.0 (MPL-2.0) - Please click on the license badge above for more information.

## Description
A command-line application that manages a company's employee database.

## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
- [Contributing](#contributing)
- [Tests](#tests)
- [Questions](#questions)

## Installation
- Create a .gitignore file and include: node_modules/, .DS_Store/, .vscode, and package-lock.json.
- Initialize the npm project by entering 'npm init -y' in the command line.
- Install Inquirer by entering 'npm i inquirer@8.2.4' in the command line.
- Install console.table by entering 'npm i console.table' in the command line.
- Install mysql by entering 'mysql -u root -p' and enter your password.
- ...source db/schema.sql
- ...source db/seeds.sql
- ...quit or exit
- Invoke the application by entering the following command: node index.js

## Usage
Follow this link for the walkthrough video of the application demonstration.

## Contributing
Code provided by ezaiger.

## Tests
N/A

## Questions
My GitHub Profile

If you have additional questions, you can reach me via email