Employee Tracker
Table of Contents
- Description
- Visuals
- Resources
- Installation
- Usage
- Authors and Acknowledgements
Decription
This assignement required students to create a content management systems (CMS) interface that allow non-developers to easily view and interact with information stored in databases. This assignment module is to build a command-line application from scratch to manage a company’s employee database, using Node.js, Inquirer, and MySQL2.
Visuals
Resources
Installation
- Download through GitHub Repository
- Open Project Directory, then install the required dependencies
Usage
- install npm init -y to create a new .json file
- npm install
- npm install inquirer
- npm install mysql
- npm install console.table
- mysql - u root
- source db/schema.ql
- source db/seed.ql
- exit
- nodemon
- make sure server.js is connected to SQL before continuing
- run through prompts as required
Authors and Acknowledgements
code created by UNCC Bootcamp Coding Student, Raymond Dover