Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexmcdermid/brewfinder
This brewfinder webapp allows users to search cities, states or provinces to find a listing of breweries. The brewery listings can be expanded to show more information, including photos and reviews. Reviews can be made by users when logged into a google account on the webapp.
https://github.com/alexmcdermid/brewfinder
Last synced: 28 days ago
JSON representation
This brewfinder webapp allows users to search cities, states or provinces to find a listing of breweries. The brewery listings can be expanded to show more information, including photos and reviews. Reviews can be made by users when logged into a google account on the webapp.
- Host: GitHub
- URL: https://github.com/alexmcdermid/brewfinder
- Owner: alexmcdermid
- Created: 2021-10-04T15:26:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-08T16:11:19.000Z (over 3 years ago)
- Last Synced: 2024-10-11T23:33:56.679Z (3 months ago)
- Language: EJS
- Homepage: https://brewfinderwebapp.herokuapp.com/
- Size: 966 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# brewfinder webapp for a class project
## Description
### This brewfinder webapp allows users to search cities, states or provinces to find a listing of breweries. The brewery listings can be expanded to show more information, including photos and reviews. Reviews can be made by users when logged into a google account on the webapp.
![home](public/images/readmeimg1.png)
![index](public/images/readmeimg2.png)
![show](public/images/readmeimg3.png)
## Technologies
### This project used technologies such as node.js, express, mongodb, js, html and css.
## Getting started
### https://brewfinderwebapp.herokuapp.com/
### https://trello.com/b/r9pGkxHy/webapp
## Next steps
### I would like to fix the google redirects so that logging in doesn't always redirect to '/' with no search query. For example a user should be able to login on the show page and be redirected to the show page.
### Other interesting features could be added like allowing users to save a list of breweries they would like to visit - from here some sort of brewery crawl fucntionality could be implemented where the app helps users plan a night out.