Skip to content

Content management systems (CMS) interface that allows users to easily view and interact with information stored in databases.

License

Notifications You must be signed in to change notification settings

Cdrcar/Employee-tracker

Repository files navigation

Employee Management

Content management systems (CMS) interface that allows users to easily view and interact with information stored in databases.

Command-line application that accepts user input allowing a business owner to view and manage the departments, roles and employees of their company.

Technologies used:

  • JavaScript
  • Node.js
  • Inquirer
  • MySQL

Link to video

View All Employees

Install the following packages:

package.json: npm init -y

inquirer: npm i inquirer@8.2.4

MySQL2: npm i mysql2

console.table: npm i console.table

Once the installation is completed, run in the command line the code node server.js.

Licenced under:

MIT

badge

To test this app, clone the repository, open the file in your source-code editor, run the code node server.js to start the application. You will be prompted with a serie of questions that you will need to respond from your terminal, then you will be presented with a formatted table showing the requested employee data. You will also be able to add or update data to the database.

About

Content management systems (CMS) interface that allows users to easily view and interact with information stored in databases.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published