antdp425 / gym-hero

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gym Hero

Gym Hero is a Gym Management Solution built on Rails that allows you to keep tabs on all aspects of your gym.

Walkthrough: https://bit.ly/37W5ZjY

Demo: https://bit.ly/34DCH7z

Getting Started

  1. Fork and clone this repo
  2. Open Terminal
  3. Navigate to the app directory
  4. Type bundle install into terminal
  5. Type rails s into terminal and navigate to the localhost url that it provides

Usage

You will be greeted with a welcome page, where you can choose to:

  • sign up / log in with username and password
  • sign up / log in with Github

Once signed up and/or logged in you will land on your dashboard where you will be able to:

  • create a member
  • create a gym class
  • you will also see stats/counters of the total: members, classes, and classes for the day

At this time the app only allows you to:

  • Create + Edit Members / Gym Classes
  • Schedule Sessions for those Gym Classes / Members
  • View information about members, classes, and scheduled classes

Stay tuned for updates and new features in the near future.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/antdp425/gym-hero. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.

License

The app is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the Kiddo-care project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

About

License:MIT License


Languages

Language:Ruby 64.6%Language:HTML 28.0%Language:JavaScript 4.9%Language:SCSS 2.5%