https://github.com/alexfalkowski/sasha
Sasha is site for recording of awesome adventures.
https://github.com/alexfalkowski/sasha
cucumber golang htmx make ruby
Last synced: 10 months ago
JSON representation
Sasha is site for recording of awesome adventures.
- Host: GitHub
- URL: https://github.com/alexfalkowski/sasha
- Owner: alexfalkowski
- License: mit
- Created: 2025-04-27T01:23:20.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-11T08:29:21.000Z (about 1 year ago)
- Last Synced: 2025-05-11T09:25:38.652Z (about 1 year ago)
- Topics: cucumber, golang, htmx, make, ruby
- Language: Go
- Homepage: https://alexfalkowski.github.io/sasha
- Size: 144 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://circleci.com/gh/alexfalkowski/sasha)
[](https://codecov.io/gh/alexfalkowski/sasha)
[](https://goreportcard.com/report/github.com/alexfalkowski/sasha)
[](https://pkg.go.dev/github.com/alexfalkowski/sasha)
[](https://masterminds.github.io/stability/active.html)
# Sasha's Adventures
This site contains all my lovely wifes adventures.
## Background
Try the ideas outlined in
## Design
The design is heavily reliant on [mvc](https://github.com/alexfalkowski/go-service/tree/master/net/http/mvc).
### Server
The server code contains health and mvc. To get a better idea take a look at the site [layout](internal/site).
## Development
If you would like to contribute, here is how you can get started.
### Structure
The project follows the structure in [golang-standards/project-layout](https://github.com/golang-standards/project-layout).
### Dependencies
Please make sure that you have the following installed:
- [Ruby](https://www.ruby-lang.org/en/)
- [Golang](https://go.dev/)
### Style
This project favours the [Uber Go Style Guide](https://github.com/uber-go/guide/blob/master/style.md)
### Setup
Check out [CI](.circleci/config.yml).
### Changes
To see what has changed, please have a look at `CHANGELOG.md`