rentease/README.md
2024-02-18 14:01:33 +01:00

21 lines
428 B
Markdown

# RentEase
Manage your holiday rental
## To Do
- [x] Create a booking
- [x] Add line items
- [x] Read from the database
- [x] Build the pdf invoice
- [ ] Refactor the env variable calls to a Config struct with proper defaults
- [x] Refactor handlers to call their dependencies instead of taking them from the Server struct
- [ ] Embed mandatory assets, css in the executable
## Built With
- Go
- Htmx
- Templ
- PostgreSQL