https://github.com/mirsazzathossain/food-judge
A social media platform for foodies to find restaurants, share their experiences and connect with other foodies. 🍴🚀
https://github.com/mirsazzathossain/food-judge
express-js mongodb node-js passport-js
Last synced: about 1 month ago
JSON representation
A social media platform for foodies to find restaurants, share their experiences and connect with other foodies. 🍴🚀
- Host: GitHub
- URL: https://github.com/mirsazzathossain/food-judge
- Owner: mirsazzathossain
- Created: 2019-12-04T18:09:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T13:43:51.000Z (over 1 year ago)
- Last Synced: 2025-07-27T18:14:53.381Z (2 months ago)
- Topics: express-js, mongodb, node-js, passport-js
- Language: CSS
- Homepage:
- Size: 56.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project_Food_Judge
# Home view

# Login: Using Google + Local + Admin login panel


# Sign up: Interactive signup page with server side validation

# We used cookie to save session. Any other ouer can not see admin interface or any inter face what he has not permitted to see.
# Admin Panel login:
EMAIL: admin@test.com
PASS: admintest
# Admin can add new restaurants

# For user they can search for near by restuarants
# The reselut will be come in very interactive wat

# Then they can click any of the previewed item to see the full view and can give rating

# User can view restusrants that are associated with us

# Also user can view all the review to analyse which restuarants are better

# User can view their profile from the profile section(If only they are already logged in)

# We also build a working contact form so that users can intarect with us
