8000 GitHub - gwensanabria/Employee_Tracker
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gwensanabria/Employee_Tracker

Repository files navigation

Employee Tracker

Allows user to:

  • Add departments, roles, employees

  • View departments, roles, employees

  • Update employee roles

Installation

  • Fork repo.

  • Employee Tracker requires Node.js and the dependancies [mysql] and [inquirer]. Can install the dependancy [dotenv] to keep mysql password protected.

  • Change .env-sample to .env and replace password with your mysql password

  • Run [schema.sql] file in [MySQL Workbench] to set up database, can use [seeds.sql] to have generic starter data. Make sure mysql database matches database name in the code

  • Start node project and then install dependencies and run in the termainal

$ cd Employee_Tracker
$ npm init -y
$ npm install mysql inquirer dotenv
$ node server.js

Usage

  • In the terminal run the following after installation.
$ node server.js
  • Select what you would like to do from the list of options and fill in data as prompted.

Contributing

Feel free to fork repo. For major changes, please open an issue first to discuss what you would like to change.

License

License: WTFPL

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0