mirror of
https://github.com/rjNemo/rentease.git
synced 2026-06-10 20:56:50 +00:00
23 lines
570 B
Markdown
23 lines
570 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
|
|
- [ ] Calendar to store new booking in calendar
|
|
- [ ] Seed the database with the existing data before using the new system with customer data
|
|
|
|
## Built With
|
|
|
|
- Go
|
|
- Htmx
|
|
- Templ
|
|
- PostgreSQL
|
|
|