Skip to content

yasharjs/employee-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Tracker

license

Description

a command-line application that manages a company's employee database, using Node.js, Inquirer, and MySQL.

Table of Contents

Installation

Instructional Video!

To use this application you must have Node.js and SQL installed on your system. Visit node installation and SQL installation to download and install.

After installing the required softwares, clone the repository. In the terminal, navigate to the application's directory, then run the following command once:

npm install

Usage

In the terminal, once you have navigated to the application's directory and installed the node package manager, go to the index.js file and update the SQL database password. Go to your MySQL shell and populate the database by running the following commands:

source db/db.sql;
source db/schema.sql;
source db/seeds.sql;
quit;

Then run the following command to start the application:

node index.js

The application will execute in your terminal. Simply answer the prompts in the terminal and add, delete or update data.

Questions

Contact information is provided below:

License

This project is licensed under the The Unlicensed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published