jiahuithegrey / hw12_mySQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MySQL Employee Tracker

This app is an employee management tool that makes it easy for business owners to view and interact with information stored in databases. Often these interfaces are known as CMS (Content Management Systems).

Employee Tracker functionalities include:

  • View all employee details
  • Add new employee
  • Remove employee
  • Update employee's role
  • Update employee's manager
  • View employee by manager
  • View employee by department
  • view the budget of selected department

Built With

  • Backend: Node.js, Inquirer
  • Database: MySQL

Demo

Employee Tracker Demo

Development

  • Practice manipulate data with MySQL:
    • Create connection with MySQL database
    • CRUD: Create, read, update, delete data using Node.js
    • Join database tables for data query
  • Utilize asynchronous and callback functions to get data from database

Credits

University of Washington Coding Bootcamp faculty

  • Instructor: Jason Rosen
  • TA: Kris Shore
  • TA: Daniel Mont-Eton

License

MIT License

Copyright (c) [2019] [Jiahui Wang]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Ajax Autocomplete for jQuery is freely distributable under the terms of an MIT-style license. Copyright notice and permission notice shall be included in all copies or substantial portions of the Software.

About


Languages

Language:JavaScript 87.9%Language:TSQL 12.1%