This video from Elijah may also serve as an aid: https://www.youtube.com/watch?v=Mu3bTzChsYY
Prerequisites: NodeJS, Git, and an IDE (Visual Studio Code reccomended) are setup and configured on your machine.
-
Clone this repo to your machine using the Code button in top right.
-
Open a terminal in the client directory of this project. Type "npm i". This will install dependancies.
-
Open a terminal in the backend directory of this project. Type "npm i".
-
Create new Database called "test3" in phpMyAdmin.
-
Go to SQL tab. Copy paste the sql-create-table.txt. Press Go.
-
Copy paste the sql-load-table.txt. Press Go.
-
Start phpMyAdmin if not already running.
-
Open a seperate terminal in the client directory of this project. Type "npm start".
-
Open a terminal in the backend directory of this project. Type "node index.js".
-
If all went correctly, you should be able to search through the data on localhost:3000.