This is Template.
GO I used go for this project
Gin A web framework I used for this project
GORM An ORM library for to intract with the postgresql database
HTMX Frontend library used along with templ for to manage the UI
TailwindCSS A CSS framework used along with the htmx for to desing user interfaces
Docker Making the application containerized.
AWS Deploy docker containers to cloud service Planning to use AWS ECS, EC2, RDS, S3, Cloud Watch and Github Actions,
npx tailwindcss -o ./static/css/style.css
templ generate
go build -o htmx_app main.go
./htmx_app