This was my final project for the class Software Development Methods. The class went into detail on full stack development, including: git version control, different development methods (agile, waterfall, etc.), databases, docker, html, css, javascript, APIs, and the general integration of all these parts. This project was the culmination of that semester of learning. I used bits and pieces of example code from throughout the class to form a basic framework for this application.
I used PostgreSQL as my database to hold reviews of breweries that visitors to the site can write, jquery was used to interface with a brewery database API, and Heroku hosts the application. For the front end, Bootstrap was used heavily.
Site Link: https://brewviews.herokuapp.com/main
The site has a few functionalities:
From the home page you can search a city name and a grid of breweries in that city will appear with name, address, and an option to add a review to that brewery.
From the reviews page you can view all the reviews that have been posted or filter the reviews by searching a brewery name.





Comments