jimmydburr / beerme

An API for getting information about all of your hipster beer, written in Elixir using the Phoenix framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BeerMe

BeerMe is a dinky little API build using Elixir and the Phoenix framework to help me learn stuff and things.

Development

Clone the repository down and cd into it, then:

  1. Install dependencies with mix deps.get
  2. Create and migrate your database with mix ecto.create && mix ecto.migrate
  3. Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000/v1/beers from your browser.

If show how you're ready to run in production? Please check their deployment guides.

Learn more

About

An API for getting information about all of your hipster beer, written in Elixir using the Phoenix framework.


Languages

Language:Elixir 92.7%Language:JavaScript 7.3%