This repository (Employee Tracker) is an educational homework assignment from the CARL-OTT-FSF-PT-02-20121-U-C course. It was designed to help students become more familiar with mySQL, databases, mySQL queries, express.js and inquirer. These tools are used together to creade a database, that allows a user to create, read, update, and delete information in a database. The C.R.U.D ackrynm is used to descibe these methods with respect to database management. They are the essntial tools used in maintaining a database.
As a business owner
I want to be able to view and manage the departments, roles, and employees in my company
So that I can organize and plan my business
I was able to gain a better understanding of the syntax and bracket placement. Up until now I have been struggling with understanding where things were placed within functions. This can be traced back to the fact that I was intimidated by the complexety of it all. However, this time around I was able to put my fears aside and create functions and prompts on my own without copying and pasting previous examples and filling in the needed data for the required assignment. Creating everything from scratch has given me more confidence in understanding where all the brackets go and how they work with relation to function. Allowing me a better understanding where other information can be added or nested. For me personally, this is a huge step in understanding the language.
I recieved help from my Teachers Assistant Aiden and my Tutor Joey