/spot-me

Primary LanguageJavaScript

Spot-me

A web app which allows athletes tofind a home gym.
Website · Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Instalation
  4. Deploy
  5. Usage
  6. Contact

About The Project

A web app which allows athletes tofind a home gym.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • Ruby
ruby-install ruby

Instalation

  1. Clone the repo
git clone https://github.com/augunasr/Spot-me.git
  1. Install dependencies
bundle && yarn
  1. Initialize the databse
rails db:create db:migrate db:seed
  1. Add heroku remotes Using Heroku CLI:
heroku git:remote -a project
heroku git:remote --remote heroku-staging -a project-staging

Run the server

rails s

Deploy

With Heroku pipeline (recommended)

Push to Heroku staging remote:

git push heroku-staging

Go to the Heroku Dashboard and promote the app to production or use Heroku CLI:

heroku pipelines:promote -a project-staging

Directly to production (not recommended)

Push to Heroku production remote:

git push heroku

Usage

Contact

Linkedin Badge Gmail Badge

Project Link: Git hub repository