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!
- 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
- JavaScript (ES6+)
- React
- MongoDB
- Mongoose
- GraphQL
- Ant Design
- Deployed on Heroku
- Yelp Fusion API
Enter a location (city, state, zip code, etc...) to search nearby Milk Tea Places
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
start client
cd client/
npm run start
build app for production
npm run build
start server
cd server/
npm run start