Skip to content

Program where we can view information about employees at a particular company.

Notifications You must be signed in to change notification settings

maurya512/Employee_Data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Tracker

Project Summary:

In this project we will work with nodejs, mysql and other features to track employees stored inside a company's database.

Table Contents

Description:

This project was deployed as a part of a homework assignment where we were asked to create a solution that can let users access and update their employee database.

Instructions:

First we created a sql file containing the database template and another sql file that contained the information that goes inside the database. Then we created and worked our logic inside a javascript file that will let us perform a certain tasks with the help of mysql query.

To run this program we will need to install basic modules and packages such as

npm init -y
npm install inuqirer
npm install mysql
npm install console.table

These are essential for running the program.

Deployer:

This project was created solely by me.

Contributors:

Anyone with a github account can access and contribute to this project.

Repo:

Demo:

Questions:

Any questions regarding this project can be directed at:

About

Program where we can view information about employees at a particular company.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published