Coder Social home page Coder Social logo

employee-tracker's Introduction

Employee Tracker

Badge for GitHub repo top language Badge for GitHub last commit

Description

The purpose, the motivation, the execution:

The purpose of this application is to allow business owners to view and manage the departments, roles and employees within their company. It was motivated by the need to create an application that can easily query the database without long SQL queries that the user would have to enter themselves. To avoid the user having to manually enter their SQL queries to get the desired results the database implements a sequelize dependency allowing the user to answer Inquirer prompts to get their data.

Table of Contents

  • Installation

  • Usage

  • License

    Installation

    Steps required to install project and how to get the development environment running:

    You can clone the repository to you local hard drive. Open the project in VS Code, if you do not have VS code you must install it. Navigate to the project folder within the terminal and run npm init -y to initialize your node environment and create a package.json where the project will be stored. Next use the terminal to execute the command npm i to install the project dependencies. To create the database for the project you will need to navigate to the project file containing the schema.sql file. Once there you will need to open a MySQL shell and run the command source schema.sql. Once the database is created you will need to navigate to the root directory to seed the database with the following command: npm run seed. After this command is sucessfully executed you can run the command npm start to start the application.

    Usage

    Usage Gif

    Instructions and examples for use:

    Once the application is started, the user will be prompted to select from the list of available choices. The user will be able to view a department, role or employee table, they will also have the ability to add a new department, role, or employee to the database. They can also update an emploee's role, delete an employee or delete a role if no employees exist within that role.

    Video Link

    License

    This project is covered under the MIT License license.


Questions?

dpprdgls

For any questions or concerns, feel free to contact me using the information below:

GitHub: @dpprdgls

employee-tracker's People

Contributors

dpprdgls avatar

Watchers

 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.