https://github.com/gocs/davy
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gocs/davy
- Owner: gocs
- License: mit
- Created: 2021-01-19T04:34:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-13T07:12:57.000Z (4 months ago)
- Last Synced: 2025-01-13T08:24:39.845Z (4 months ago)
- Language: Go
- Size: 68.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# davy
This follows the "Write a Web App in Go" tutorial of Davy Wybiral with slight modifications.
## running
```
docker-compose up --build
``````
go run main.go -session-key=
```## license
MIT (c) gocs 2021