Creating a database using mySQL for a course reviewer website.
-
Download XAMPP https://www.apachefriends.org/index.html
-
Download the zip-file from our Github repository. https://github.com/Misael-E/CPSC-471-Project
-
Make sure you do not have any currently running sql processes running. You can check by going to your task manager and look for the mysqld process and delete it.
-
Locate the htdocs folder inside of the XAMPP folder and extract the zip folder there.
-
Open XAMPP and press start on Apache and MySQL modules.
-
Open you web browser and type localhost
-
Click on coursereviewer folder to enter the site.
-
Login with an username/password currently in the database
-
Otherwise, click Create an account and use that to login.
-
Download XAMPP https://www.apachefriends.org/index.html
-
Download the zip-file from our Github repository. https://github.com/Misael-E/CPSC-471-Project
-
Locate the htdocs folder inside of the XAMPP folder and extract the zip folder there.
-
Open XAMPP and press start on Apache and MySQL modules.
-
Make sure you do not have any currently running sql processes running. You can check by going to your task manager and look for mysqld and remove it.
-
Download Postman Desktop (https://www.postman.com/downloads/)
-
Use Postman with any of the endpoints in our API Documentation