Property management app
Find a file
2024-02-21 22:38:08 +01:00
assets update css lib and UI 2024-02-17 13:56:51 +01:00
config send data to render pdf 2024-02-18 14:01:33 +01:00
constants fix numeric types and view model 2024-02-13 21:58:58 +01:00
internal update readme 2024-02-21 22:38:08 +01:00
pkg/time time pkg 2024-02-09 23:10:09 +01:00
.gitignore refactor 2024-02-16 12:13:33 +01:00
go.mod view model 2024-02-09 23:04:02 +01:00
go.sum view model 2024-02-09 23:04:02 +01:00
main.go send data to render pdf 2024-02-18 14:01:33 +01:00
Makefile view model 2024-02-09 23:04:02 +01:00
README.md update readme 2024-02-21 22:38:08 +01:00

RentEase

Manage your holiday rental

To Do

  • Create a booking
  • Add line items
  • Read from the database
  • 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
  • Embed mandatory assets, css in the executable
  • Calendar to store new booking in calendar

Built With

  • Go
  • Htmx
  • Templ
  • PostgreSQL