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
- Host: GitHub
- URL: https://github.com/acconrad/peergym
- Owner: acconrad
- License: agpl-3.0
- Created: 2017-09-06T04:00:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-27T04:38:28.000Z (almost 8 years ago)
- Last Synced: 2025-04-01T04:51:10.967Z (about 1 year ago)
- Topics: elixir, health, phoenix
- Language: Elixir
- Homepage: https://peergym.herokuapp.com/
- Size: 19.9 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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...