mirror of
https://github.com/rjNemo/rentease.git
synced 2026-06-09 12:16:50 +00:00
20 lines
376 B
Markdown
20 lines
376 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
|
|
- [ ] Refactor handlers to call their dependencies instead of taking them from the Server struct
|
|
|
|
## Built With
|
|
|
|
- Go
|
|
- Htmx
|
|
- Templ
|
|
- PostgreSQL
|
|
|