Brewski++ is a personal beer logging website which allows the user to add beers that they have tried as well as search other useful information about the beer. Additionally, find new beers and add them to your list!
-
-Allow-Control-Allow-Origin: https://chrome.google.com/webstore/detail/allow-control-allow-origi/nlfbmbojpeacfghkpbjhddihlkkiljbi
- We are using AJAX (Asyncronous Javascript and XML) requests to access the BreweryDB API. This Chrome extenion makes it so that your browser won't block the stuff that gets returned from cross domain ajax requests. Enabling this extension necessary to run the beer search on the webpage.
- We used Nunit and Moq for testing. Download these packages in the Nuget package manager in visual studio under the Tools drop down menu.
- Download Dotnet Core 2.1 SDK: https://dotnet.microsoft.com/download.
- Download or Clone this repository to your C: drive.
- Open cmd line or powershell and navigate to the following path by copy/pasting or typing: 'cd c:\C:TwoNodeNull\src\BrewskiiApp - MVC\BrewskiiApp'
- Type 'dotnet run' and eventually you will see "Now listening on: https://localhost:5001" of which the address may be slightly different on your machine.
- Copy https://localhost:5001 into your Google Chrome browser and the site will appear.
- Download Visual Studio 2017 (Community Edition)
- Download or Clone this repository to your C: drive.
- Open Visual Studio and select 'File->Open' then when the windows explorer window appears navigate to 'C:\TwoNodeNull\src\BrewskiiApp - MVC' and double click 'BrewskiiApp.sln'
- Once the program loads locate and click the Debug icon at the top and select "Start Without Debugging" or hit ctrl+f5.
- Wait and the webpage will load in the browser (you may have to change Visual Studio settings to open the webpage in Google Chrome which is necessary for accessing the API).
See our Authors who are participating in this project.
This project is licensed under the MIT License - see the LICENSE file for details.
