Content management systems (CMS), command-line application from scratch to manage a company's employee database, using Node.js, Inquirer, and MySQL.
- Express.js
- Dotenv
- Node.js
- Inquirer
- MySql
- requires NPM and Node.js
To deploy app locally, please run (cmd) "npm install", "npm start run" to view the local dev build
To deploy:
- clone repository to local
- run
npm install
- run
npm start
n/a