This week, I created an employee database that utilizes SQL. By doing this, managing the employee's information is easier than ever. You can quickly view all departments, roles, and employees. On top of that, you can add employees, edit their job, change who manages who, and delete departments, roles, and employees.
You can watch the walk through video with the following link: Video.
To install the necessary packages, clone the repo to your local terminal and run npm install.
You can run this application by using npm start in your local terminal.