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

https://github.com/jsnjack/go-cycle-app

Strava application
https://github.com/jsnjack/go-cycle-app

Last synced: 4 months ago
JSON representation

Strava application

Awesome Lists containing this project

README

          

# go-cycle-app

go-cycle-app lets you set an yearly cycling distance goal and helps you to track your progress towards the goal by adding useful information to the activity description.

The application is deployed to [https://go-cycle.yauhen.cc](https://go-cycle.yauhen.cc)

## Deploy to fly.io
1. Install flyctl
```sh
grm install superfly/flyctl -n fly
```
2. Log in to flyctl
```sh
fly auth login
```
3. Deploy
```sh
fly deploy
```

## Useful commands
- `fly ssh console` - SSH into the server
- `fly ssh sftp shell; get /data/` - will copy /data folder to host