GithubHelp home page GithubHelp logo

rraju002 / 12-mysql-employee-tracker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from edenkhaos/12-mysql-employee-tracker

0.0 0.0 0.0 27.24 MB

Create an app that tracks information in databases that can be pulled to a console as a functional script. Build a solution for managing a company's employees using node, inquirer, and MySQL.

License: MIT License

JavaScript 100.00%

12-mysql-employee-tracker's Introduction

12-mysql-employee-tracker

Developers are often tasked with creating interfaces that make it easy for non-developers to view and interact with information stored in databases. Often these interfaces are known as Content Management Systems. In this homework assignment, your challenge is to architect and build a solution for managing a company's employees using node, inquirer, and MySQL.

Demo

Demo

Description

  • Functional application.

  • GitHub repository with a unique name and a README describing the project.

  • The command-line application should allow users to:

    • Add departments, roles, employees

    • View departments, roles, employees

    • Update employee roles

User Story

As a business owner
I want to be able to view and manage the departments, roles, and employees in my company
So that I can organize and plan my business

Tech Used

  • inquirer
  • mySQL
  • console.table
  • Javascript
  • Node.js

Installation

  1. Clone from GitHub
  2. Open project directory, then npm install to install all required dependencies

Usage

  1. install npm init -y to create a new .json file
  2. npm i
  3. npm i inquirer
  4. npm i mysql
  5. npm i console.table
  6. make sure to run .sql file in mySQL workbench before running server.js so that tables are able to render correctly
  7. run node server.js
  8. make sure server.js is connected to SQL before continuing
  9. run through prompts as required

Repository

Contributions

  1. GitHub license
  2. No front end files required.
  3. use seed.sql to create an existing table to pull sample information from to make it easier to run through the app.

12-mysql-employee-tracker's People

Contributors

edenkhaos 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.