Skip to content

Rails e-commerce app for local fitness business incorporates Square API for scheduling & payments

Notifications You must be signed in to change notification settings

izzydoesit/Curva-Fitness

Repository files navigation

Curva Fit

Get CURVA fit today!

This Rails eCommerce application, made for a local SF fitness business, allows users to learn about ketogenics, sign up for the mailing list, shop for ketogenic supplements and fitness gear, as well as sign up for a personal or group training session.

homepage

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

ruby 2.3.1
bundler 1.12.5
rails 5.0.0

Installing

From the command terminal, clone the repository to your local directory...

$ git clone https://github.com/izzydoesit/curva_proto2.git
$ cd curva_proto2

Then run bundle command to install all dependencies and run the server.

$ bundle install
$ rails server

then visit 'localhost:3000' in your browser

Running ALL the tests

$ bundle exec rspec spec

Deployment

You must have Heroku CLI installed and be logged in to Heroku in order to deploy live via Heroku servers (Please see the documentation to get set up with Heroku)

Then, after installation and login, via the command line...

$ heroku create 
$ git push heroku master
$ heroku open

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Thank you for all your help!!

  • Arthur Aires

About

Rails e-commerce app for local fitness business incorporates Square API for scheduling & payments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published