go
This repository has been archived on 2022-05-25. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Rob Watson 1816d0be4b
continuous-integration/drone/push Build is passing Details
Implement login/logout flow
2022-05-21 22:52:41 +02:00
config Refactor templates to use go:embed 2022-05-21 09:27:51 +02:00
generated Clean up 2022-05-21 08:34:39 +02:00
httpserver Implement login/logout flow 2022-05-21 22:52:41 +02:00
sql httpserver: Save Twitter user to store 2022-05-21 00:34:20 +02:00
templates Implement login/logout flow 2022-05-21 22:52:41 +02:00
twitter Clean up 2022-05-21 08:34:39 +02:00
.drone.yml httpserver: Add test coverage 2022-05-20 21:52:54 +02:00
.gitignore Implement first step of OAuth2 flow 2022-05-19 21:51:12 +02:00
Dockerfile Refactor templates to use go:embed 2022-05-21 09:27:51 +02:00
go.mod Add sqlc and basic database integration 2022-05-20 22:57:45 +02:00
go.sum Add sqlc and basic database integration 2022-05-20 22:57:45 +02:00
main.go Refactor templates to use go:embed 2022-05-21 09:27:51 +02:00
sqlc.yaml Add sqlc and basic database integration 2022-05-20 22:57:45 +02:00