On the House is a homemade food recipe aggregation web application inspired by the concept of online food recipe websites and blogs, while also implementing the features of popular forums such as Reddit. It would allow users to upload images and recipes of their own home cooked meals, while also providing the ability to comment and rate other users' meals based on an upvote and downvote function.
On The House was deployed on Firebase and can be accessed here.
Postman was used to verify API endpoint functionality. Several test cases were executed to determine correct behavior, and ensure POST, GET, DELETE and PATCH requests were working as expected.
Please refer to the following documentation for the endpoints used on the project:
1. Comments
2. Posts
3. Users
4. Upvotes
cd frontend
npm i
npm start
cd backend/functions
firebase login
npm i
firebase serve -p 5001