Create interfaces that allow non-developers to easily view and interact with information stored in databases. These interfaces are called content management systems (CMS). Your assignment this week is to build a command-line application from scratch to manage a company's employee database, using Node.js, Inquirer, and MySQL.
- Download or clone repository
- Node.js is required to run the application
npm installto install the required npm packages
-
The application is invoked by running
node app.jsin the command line -
Follow the prompts to finish application
-
[Video Demo] (https://user-images.githubusercontent.com/69065671/155864357-9515d3fe-2b9e-4dc1-ae33-1f23e2f056a3.mp4)
- JavaScript
- Node.js
- MySQL
- npm packages
- Inquirer
- cTable
- mysql2
Licensed under the MIT license.