GitXplorerGitXplorer
a

peergym

public
5 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
5989b072f8e57f5c5b38e695126bb469e899b19a

Fix some accessibility stuff and compress images

committed 7 years ago
Unverified
2ed5d99cc96459df65e1f24a72db5157912bf4db

Merge branch 'master' of github.com:acconrad/peergym

committed 7 years ago
Unverified
c71bcd26758ceb10a828a6d95d8e8b5251a823fc

Must have accidentally dropped jquery and bootstrap

committed 7 years ago
Unverified
824de7b0f9d94fc19076c31397b49e9d5e792d7a

Merge pull request #2 from acconrad/add-license-1

aacconrad committed 7 years ago
Unverified
86c1a4e592ecd37393fa5b33dbb9fb591ebe7646

Create license file

aacconrad committed 7 years ago
Unverified
63eedb498d4a0e38d024c8e844f63909e61fbc80

[ACC] Fix navigation errors that people are seeing

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