MySQL Employee Tracker

GitHub followers

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

Table of Contents

Installation :

  • using node, inquirer, and MySQL
npm i

Usage :

  • Add departments, roles, employees

License :

  • GPLv2 or proprietary

Contributor :

  • Self Project

Test :

  • jest/ No Test Code
npm run test

Question :