Skip to content

anomic84/Employee-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of contents

Overview

Employee Tracker

​ An interface to allow user to manage their database of employees, as to which role (or job) they fit into, their pay, and who's their manager. This application gives the user the ability to add and view departments of their company, view and add roles to their company, and view or add employees, as well as update their information. ​

Screenshot

Links

Docs, Installation, and Usage

Built with

Installation

First, clone this repo into your local machine.

You will need to make sure you have Node.js downloaded via the link above. 
After you have Node.js on your local machine, in your command line, run: 

    ```npm install```

Which will automatically install Express, Inquirer, MySQL.

Usage

To use you must source the schema.sql, as well as seeds.sql. Enter MySQL by typing in the command line:

```mysql -u root -p```

Enter your password, then enter:

```source db/schema.sql```

Followed by:

```source db/seeds.sql```

Then, type `quit` to exit MySQL

Finally, enter:

```node index.js```

And the application will start!

Demo Video

Demo Video

Author

Spencer Carlson

Acknowledgments

I'd like to thank Jacob Nordan for helping me along with this project.

About

​An interface to allow user to manage their database of employees, as to which role (or job) they fit into, their pay, and who's their manager. This application gives the user the ability to add and view departments of their company, view and add roles to their company, and view or add employees, as well as update their information.​

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors