Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 1.49 KB

README.md

File metadata and controls

46 lines (38 loc) · 1.49 KB

Bruin Market

We’re sure there have been countless times when students no longer needed something they had and wanted to get rid of it to make some quick money. But uploading them on well-known e-commerce sites like eBay or Amazon, avoiding scammers, and dealing with shipping is a hassle, especially for small items worth just a few dollars. BruinMarket is a client/server app exclusively for UCLA students to buy and sell items amongst verified UCLA students.

Features

  • Email domain authentication
  • View/edit profile
  • Post product listing
  • Search for products
  • Chat with other users

Stack

For our stack, we used Firebase and React.

Link to public repository

https://github.com/aaron-lee0109/BruinMarket.git

Project Setup

Prerequisites

To run our app, you need to install Node.js and Git

Installation

  1. Download files from repo
    git clone https://github.com/aaron-lee0109/BruinMarket.git
  2. Change into project directory
    cd BruinMarket
  3. Install all package dependencies
    npm install
  4. Run our app
    npm start

Contributors