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. The challenge is to architect and build a solution for managing a company's employees using node, inquirer, and MySQL.
This week I was tasked with the challenge to understand CRUD and relational databases. Using this application, you have the ability to create, update, and view all the employees.
Because this application cannot be deployed on Github, you will find a walk through of the functionality under the Usage section.
-
Clone this repositiory to your local computer using terminal or bash:
git clone https://github.com/Kammielatay/employee-tracker.git
-
Open folder in your editor of choice (VSC, Sublime, etc.)
Distributed under the License. See OpenSource.org for more information.
-
Select 'Open in Integrated Terminal' by simply right-clicking 'index.js' and run the code below:
node install node index.js
If you have any questions, please reach out to me at Kameshialatay@gmail.com