An open API service indexing awesome lists of open source software.

https://github.com/acconrad/peergym

A health and fitness club directory written in Elixir/Phoenix
https://github.com/acconrad/peergym

elixir health phoenix

Last synced: about 1 year ago
JSON representation

A health and fitness club directory written in Elixir/Phoenix

Awesome Lists containing this project

README

          

# 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...