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.
- Host: GitHub
- URL: https://github.com/ezaiger/employee-tracker
- Owner: ezaiger
- Created: 2022-07-18T01:06:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-05T22:03:52.000Z (almost 4 years ago)
- Last Synced: 2025-02-28T22:12:50.702Z (over 1 year ago)
- Topics: inquirer, javascript, mysql, mysql2, nodejs
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Employee Tracker - Module 12 Assignment
## License
[](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