Giter VIP home page Giter VIP logo

employee-tracker's Introduction

Employee Tracker

Description

A command-line application for managing a company's employees using node, inquirer, and MySQL.

Table of Content

Installation:

Make sure to have mysql server downloaded and running.

-Clone or download the repository to your own local machine and run it from your command line.

-Then, make sure that your repo includes a package.json with the required dependencies. You can create one by running npm init in your command line.

-Run npm i or npm install in order to download all the dependencies.

Here are the MySQL instructions to create your tables:

-Enter mysql -u root -p in the CLI to enter mysql.

-Enter your mysql password.

-Tell your database to use your db and schema files by entering source db/schema.sql and source db/seeds.sql.

-Exit MySQL by entering quit;.

Run node index.js or npm start in your terminal to launch the application.

Usage:

This application will allow users to view, add, and edit employees, roles, departments, and managers. You can find the Demo video here: https://drive.google.com/file/d/1beMJX3YQoFkcD7ln3UU1QFK_KT_6D9qm/view

License:

https://opensource.org/licenses/MIT This application is covered by the MIT license.


Badges:

Badge

Contribution:

Feel free to contribute as desired!

Testing:

There are currently no testing instructions for this project.

Questions:

employee-tracker's People

Contributors

chrissy-sohal avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.