Hops of Grace is an online marketplace where users can buy and sell craft beer. Shoppers can browse different types of beer by flavor or by type of brew and sample offerings from all over the country.
To run the app on your local machine, clone the repository and run npm install
. The start the server, run npm start
. The server will be listening on port 1337.
Hops of Grace requires Node 6.7.0 or later.
Test can be run using the command npm test
.
This project was created by Alexia Young, Meg Studer, and David Martin as part of the curriculum of Fullstack Academy.
This project was built with Fullstack Academy's "Bones" starter code which is licensed under the MIT License - see the LICENSE file for details.