Giter Club home page Giter Club logo

track_your_workout_backend's Introduction

trackYourWorkout

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Track Your Workout

This is a single page application ("SPA") for keeping track of your workouts. I really enjoy working out and since COVID, it has been hard to keep track of the workouts on youtube. Although playlist are nice, I thought it would be cool to have a place to see all workouts for a particular date and/or time.
Live Site - Coming Soon · View Youtube Demo · Blog · Report Bug · Request Feature

Table of Contents

About The Project

Product Name Screen Shot

This application was built with a rails backend and Javascript frontend.

Built With

Getting Started

To get the application started you must have ruby and postgresql installed on your computer. Checkout the ruby on rails getting-started-guide to learn how to install it on your device. If you need to install postgres check out the doumentation here.

Prerequisites

Other than the gems listed in this app's Gemfile, you will need to have Ruby and Rails installed on your local machine as well as the ability to install Ruby gems.

Before running your server, you will need to install the gems and add content to your database manually or you can use the seeds file:

To install the gems first cd into track_your_workout_backend and run the following:

bundle install

To run your migrations and update your db/schema.rb file to match the structure of the database, run the following:

rails db:create
rails db:migrate

To create data in the database, run the following:

rails db:seed
rails s

and then go to your favorite browser and visit this webpage "http://localhost:3000/api/v1/workouts"

Installation

  1. Clone the repo
git clone [email protected]:SincerelyBrittany/trackYourWorkout.git
  1. Cd into backend and install the gemfile packages
bundle install
  1. Run rails s
  2. cd into frontend and open index.html

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Connect/Follow me:

Linkedin Twitter Dev.to

Acknowledgements

track_your_workout_backend's People

Contributors

sincerelybrittany avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.