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.
- Install dependencies with
mix deps.get
- Run
mix run priv/repo/seeds.exs
to seed the database with some sample gyms - Start Phoenix endpoint with
mix phoenix.server
- (Optional) Run the tests with
mix test
. If they aren't all passing, let me know! - Run
http://localhost:4000
from your browser and now you have the app running on your machine!
When I get a moment I'll write this up...