Clone the repo.
Run npm install
.
Install MySQL and run the GatorMartDB.sql
script in the application/db/
directory. Ensure that the posts/users table have at least 10 items.
Create a file titled .env
in the /application
directory containing the following fields:
- DB_NAME - The name of the SQL Database.
- DB_USER - Username for access to relevant MySQL database.
- DB_PASSWORD - SQL Password.
Run npm start
. The application should be up and running on port 3000. If items are not showing on the homepage or after searching, run the sql script again and ensure the proper connection is established to the db.
Student Name | Student Email | GitHub Username | Position |
---|---|---|---|
Shane Waxler | [email protected] | qherm | Team Lead |
Robert Garcia | [email protected] | RGarcia35 | Backend Lead |
Chuting Yan | [email protected] | cctina516 | Frontend Lead |
Melissa Ho | [email protected] | melissah717 | Frontend |
Xiaoqing Yao | [email protected] | yao961002 | Frontend |
Joe Guan | [email protected] | Joeguan1 | Backend |
Minggu Ma | [email protected] | Macgoogle | Git Management |