Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 1.09 KB

README.md

File metadata and controls

26 lines (13 loc) · 1.09 KB

Brew Log - Single Page Application with Javascript and Rails

This app is built using vanilla Javascript on the frontend and a Rails API as the backend. With the help of the Mapbox API, users can search breweries and create entries based on their experiences.

Installing

Make sure you have Ruby and Rails installed on your device, as well as PostgreSQL.

Clone the backend repo here and run bundle install.

Create the database and run migrations by running rails db:create and rails db:migrate. While not necessary, you can also run rails db:seed to see basic seed data in the app. Finally, start the server by running rails s.

After cloning this frontend repo, cd into it and run open index.html in the terminal to view the page in your browser.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/djtaylor8/brewlog-frontend.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details.