Skip to content

An Online Marketplace for SFSU Students

License

Notifications You must be signed in to change notification settings

cctina516/gatormart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csc648 Repository

Visit the site!

gatormart

Instructions for Running Locally

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:

  1. DB_NAME - The name of the SQL Database.
  2. DB_USER - Username for access to relevant MySQL database.
  3. 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.

Contributors

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

About

An Online Marketplace for SFSU Students

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Handlebars 50.0%
  • JavaScript 33.4%
  • CSS 16.6%