Skip to content

blueink38/beer-me

Repository files navigation

Beer Me

This is an application that allows a user to locate and save nearby breweries.

Table of contents

General info

General Overview

Screenshots

beermegif

Technologies

  • HTML5
  • CSS3
  • JavaScript
  • MongoDB
  • GraphQL
  • Semantic UI
  • EmailJS

Setup

Deployed to Heroku
GitHub Repository

Code Examples

Show examples of usage:

const client = new ApolloClient({
  request: (operation) => {
    const token = localStorage.getItem('id_token')
    operation.setContext({
      headers: {
        authorization: token ? `Bearer ${token}` : ''
      }
    })
  },
  uri: '/graphql',
})

Features

  • Find Breweries by proximity, city, state, or style
  • Log in to create a profile
  • Save breweries to your profile
  • Message Beer Me directly

To-Do

  • Add a donation platform
  • Allow users to add new and upcoming breweries

Status

This project is in progress. As new technologies and client needs evolve, so will this application.

Inspiration

Our previous collaboration, Eat Out, Austin, allowed users to find a curated list of restaurants in Austin, TX. Using that inspiration we created Beer Me to cater to the beer enthusiast.

Licenses

License: ICL badge

Contact

Ask Anything !
Created by:
Frank Depaolo - feel free to contact me!
Jason Fletcher - feel free to contact me!
Ramon Flowers - feel free to contact me!
Cory Neel - feel free to contact me!
Juan Nunez - feel free to contact me!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published