Skip to content

Latest commit

 

History

History
113 lines (74 loc) · 1.77 KB

README.md

File metadata and controls

113 lines (74 loc) · 1.77 KB

CommuniTEA

Screenshot of web app

Description

This MERN stack web app lets users browse a wide selection of delicious milk tea businesses where they can view information about specific Milk Tea stores.

Users are able to view store reviews and can also leave their own reviews. Users can add different businesses to their favorites list as well.

Create a free account and get started today!

Table of Contents

  1. User Stories
  2. Technologies Used
  3. Usage
  4. Contributors
  5. Installation

User Stories

  • User can search a keyword or search for a business to review
  • User can create an account and login
  • User can leave reviews and rating for a business
  • User can add a business to their favorites list

Technologies Used

  • JavaScript (ES6+)
  • React
  • MongoDB
  • Mongoose
  • GraphQL
  • Ant Design
  • Deployed on Heroku
  • Yelp Fusion API

Usage

Enter a location (city, state, zip code, etc...) to search nearby Milk Tea Places

Contributors

Stephanie Tseng

Johnathan Nguyen

Darius Garcia

Justin Chen

Japbir Chhina

Installation

clone the repo to local machine

cd communitea/

install dependencies

npm install

seed database

cd server/

npm run seed

start development React client and Express server

npm run develop

Client

start client

cd client/
npm run start

build app for production

npm run build

Server

start server

cd server/
npm run start