Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stevepolitodesign/stridecatcher

A simple Strava clone
https://github.com/stevepolitodesign/stridecatcher

Last synced: about 17 hours ago
JSON representation

A simple Strava clone

Awesome Lists containing this project

README

        

# Initial Setup

```
bundle install
rails db:create
rails db:migrate
rails db:fixtures:load
```

# Running Locally

```
foreman start
```

# Tests

## Test Suite

`rails t`

## System Tests

`rails test:system`