Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 677 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 677 Bytes

Peergym

PeerGym is a health and fitness club directory written in Elixir/Phoenix that provides equipment inventory and more in-depth information than you would find on a traditional review site like Google Reviews or Yelp.

Getting Started

  1. Install dependencies with mix deps.get
  2. Run mix run priv/repo/seeds.exs to seed the database with some sample gyms
  3. Start Phoenix endpoint with mix phoenix.server
  4. (Optional) Run the tests with mix test. If they aren't all passing, let me know!
  5. Run http://localhost:4000 from your browser and now you have the app running on your machine!

Architecture Overview

When I get a moment I'll write this up...