2024-11-17 23:44:40 +01:00
|
|
|
# secret-santa
|
|
|
|
```
|
|
|
|
Santa or satan? 🎅🏿👹
|
|
|
|
```
|
|
|
|
This is a simple but very over-engineered secret santa manager web application written in go
|
|
|
|
|
|
|
|
Why? Because I can. And because I wanted to learn how to write a web application in go.
|
|
|
|
|
|
|
|
## Features
|
|
|
|
- [x] Web server is up and running
|
|
|
|
- [x] Basic API routes
|
|
|
|
- [x] Database migrations (only for sqlite)
|
2024-11-23 18:02:41 +01:00
|
|
|
- [x] Configurable database connection
|
2024-11-17 23:44:40 +01:00
|
|
|
- [ ] Automatic database migrations (will be probably only supported for Docker deployments or with a guide)
|
|
|
|
- [ ] Tests
|
|
|
|
- [ ] Frontend using templates
|
|
|
|
- [ ] Authentication middleware
|
2024-11-17 23:54:24 +01:00
|
|
|
- [ ] Nix flake docker image build
|
2024-11-17 23:44:40 +01:00
|
|
|
|
|
|
|
## Used technologies
|
|
|
|
- [Go](https://go.dev/)
|
|
|
|
- [SQLc](https://sqlc.dev/)
|
|
|
|
- [SQL-Migrate](https://github.com/rubenv/sql-migrate)
|