This project is designed as a practice project to help myself learn sql databases and tables. This project uses inquirer to prompt the user questions in their terminal to navigate these tables to view, add to and update them.
To install this project start by cloning the repository down to your local machine. Once the project is local, navigate to the source folder in your terminal and execute the command ‘npm i’ to install all of the needed dependencies.
Once the project has been installed correctly, the user can then execute the command 'node index.js' to start the application. The user can then navigate a menu to view, add to or update each of the tables through prompts in the terminal.
This project was designed by DistantDig. Their Github profile can be found here, and they can be reached via email at jameswller711@gmail.com.
This project is covered under the MIT license. The full documentation on this license can be found here
Feel free to fork the project and create pull requests should you wish. I am always happy to find new ways to grow!
No automatic methods of testing are included in this project, however feel free to fork the project and add some! Otherwise feel free to just experiment with the project and create issues for any odd behavior.