CS351 database project.
- Install XAMPP
- Start Apache and MySQL
- http://localhost/phpmyadmin
- Import CFG.sql into phpmyadmin
- Move all PHP files in the php folder into C:/xampp/htdocs/
yarn
yarn start
- no auth route http://localhost:3000/
- rep auth route http://locahost:3000/portal
- endpoint http://localhost/loginPortal.php is POST requested by the axios library.