Skip to content

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. In this homework assignment, your challenge is to architect and build a solution for managing a company's employees using node, inquir…

Notifications You must be signed in to change notification settings

TreeGee73/Team-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team Tracker

License

Table of Contents


Description

Developers are often tasked with creating interfaces that make it easy for non-developers to view and interact with information stored in databases. This Pokemon themed team tracker handles the managment of team members and associate data using node, inquirer, and MySQL.


Usage

CLI content management solution for managing a company's employees using node, inquirer, and MySQL. Since this it Pokemon themed, the three tables used in the database are Gym (which contains the City Gyms trainers are from and equates to a "departments" table), Types (which contains the Trainer or Pokemon's "Type" and Strength information, it equates to a "roles" table), and Members (which contains the names of the Trainers and Pokemon, along with additional information relevant to each "member", it uses references from the Gym & Types tables and equates to the "employees" table).


Technology

This app utilizes the following technologies:


Installation

Simply use npm i to install. Node app.js is the command to run.


License

The applications are covered under a MIT license.


Images / Demo Video

A video demonstration of this application can be found here. Click the image to launch the video.

Screeshot


Contributing to This Repo

Please Contact me.


Questions / Contact Details

This app can be found on my Github page at TreeGee73.

If you have any questions or need to contact me about this app, I can reached either on Github or by email at treegee73@gmail.com.

About

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. In this homework assignment, your challenge is to architect and build a solution for managing a company's employees using node, inquir…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published