https://github.com/blankeos/cit214-productreviewapp
☕ A full-stack coffee product review app for my CIT214 - Software Engineering class.
https://github.com/blankeos/cit214-productreviewapp
firebase-auth mongodb react review-site tailwindcss vercel vercel-serverless webapp
Last synced: 12 months ago
JSON representation
☕ A full-stack coffee product review app for my CIT214 - Software Engineering class.
- Host: GitHub
- URL: https://github.com/blankeos/cit214-productreviewapp
- Owner: Blankeos
- Created: 2021-03-09T10:17:24.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-22T11:34:20.000Z (almost 5 years ago)
- Last Synced: 2025-03-31T08:21:30.164Z (about 1 year ago)
- Topics: firebase-auth, mongodb, react, review-site, tailwindcss, vercel, vercel-serverless, webapp
- Language: JavaScript
- Homepage: https://cafely.vercel.app/
- Size: 3.15 MB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ☕ Cafe.ly | A Coffee Review Site 🔗 [Visit Site](https://cafely.vercel.app)

## :label: About
Cafe.ly is a review site like Yelp, IMDB, Metacritic, or RottenTomatoes, but for ☕**Coffee**! This is our finals project for CIT 214 Software Engineering.
## :building_construction: Architecture
Cafe.ly is a _full-stack web-application_ project deployed on Vercel that makes use of a **serverless architecture**. It's overkill but the website is constructed with the MERN Stack in mind. As such, the website is built with MongoDB, Express, and ReactJS. However, Express is exported as a serverless function for the backend for its APIs which is located in the `/api` folder.
### :atom_symbol: Front-End
1.
React
2.
Tailwind
### :card_file_box: Back-End & Database
1.
Express (Exported as a serverless function)
2.
Firebase (Authentication)
3.
MongoDB (Real-time database)
4.
Vercel (Deployment)
## :man_technologist: Group Members
```json
1. 👧 Caguan, Xyphrus Von
2. 🐵 Carbonilla, Gene Caleb
3. 🤩 Maglalang, Jiezel
4. 🤠 Rubinos, Christopher Joseph
5. 🤡 Remigio, Zhyray
6. 😎 Taleon, Carlo Antonio
```
## :magnet: Other Stuff
- [Image Repository](https://github.com/seajayrubynose/cafely-pictures)
- [User Manual - Website](https://cafely-manual.vercel.app/)
- [User Manual - Repository](https://github.com/seajayrubynose/cafely-manual)