DariusGarcia / communiTEA

CommuniTEA is a MERN stack web application that allows users to view details and reviews about different Milk Tea businesses. Users are able to create an account where they are able to save different places to their favorites list and can also leave a rating.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

CommuniTEA is a MERN stack web application that allows users to view details and reviews about different Milk Tea businesses. Users are able to create an account where they are able to save different places to their favorites list and can also leave a rating.

License:MIT License


Languages

Language:JavaScript 73.7%Language:CSS 17.0%Language:HTML 9.3%