GitXplorerGitXplorer
a

peergym

public
5 stars
2 forks
0 issues

Commits

List of commits on branch master.
Verified
af613fa292203b57c586bbe6139827336311b31f

Update gym_view.ex

aacconrad committed 7 years ago
Verified
34ceca3719abd99dbcb2e965923337db6da92881

Update README.md

aacconrad committed 7 years ago
Unverified
93c0bcd60c790538bbb807ab234977557baf8436

[ACC] Update git ignore

committed 7 years ago
Unverified
0a168a195cbed183f50205bdba551632ff0e8910

Make config production ready

committed 7 years ago
Unverified
f7a26073c88f5f84ee6a0483a2f79a4ed4691eba

[ACC] Credo fix of gym

committed 7 years ago
Unverified
06dfb4d031041b820a38914020034c36b12ae455

Make gym adding more obvious and clean up some meta work

committed 7 years ago

README

The README file for this repository.

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