Skip to content

A simple fitness tracker web app made in Rails (now with Friend Requests!)

License

Notifications You must be signed in to change notification settings

yuxisteem/fitness-tracker-rails

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fitness Tracker (Rails)

A simple fitness tracker web app made in Rails (now with Friend Requests!), by Efrain Perez Jr.

Installation

Open your BASH console to the desired download directory, and type the following to download the app repository

$ git clone [email protected]:jinstrider2000/fitness-tracker-rails.git

Once in the repository, type the following to ensure you have all the prerequiste software

$ bundle install

Usage

In the repository, with your BASH console, type the following to run the local server

$ rails s

Lastly, open your favorite browser (i.e. Chrome, Edge, etc...) and visit this address: localhost:3000

Development

To develop further upon this app, fork and clone the repository located at https://github.com/jinstrider2000/fitness-tracker-rails. Again, be sure to have the Bundler gem installed, and run:

$ bundle install

This will download any dependencies for development.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/jinstrider2000/fitness-tracker-rails

Version Changes

None

License

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

Find me on Twitter: @Efrain_P_Jr

Also, my blog: One line (of code) at a time

About

A simple fitness tracker web app made in Rails (now with Friend Requests!)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 76.4%
  • HTML 17.3%
  • CSS 5.5%
  • JavaScript 0.8%