- Description
- Usage
- Technology
- Installation
- License
- Images / Demo Video
- Contributing to This Repo
- Questions / Contact Details
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.
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).
This app utilizes the following technologies:
Simply use npm i to install. Node app.js is the command to run.
The applications are covered under a MIT license.
A video demonstration of this application can be found here. Click the image to launch the video.
Please Contact me.
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.