Skip to content

djtaylor8/brewlog_frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published