Add GOTH stack CRM platform skeleton
- Go module with chi router, bcrypt - SQLite schema for 9 tables - Auth, Clients, Customers, Services, Scheduling, Payments, Q&A handlers - HTMX template layouts
This commit is contained in:
4
apps/go-crm/internal/templates/home.html
Normal file
4
apps/go-crm/internal/templates/home.html
Normal file
@@ -0,0 +1,4 @@
|
||||
{{ define "content" }}
|
||||
<h1>Welcome to CRM</h1>
|
||||
<p>Manage your clients, customers, and scheduling.</p>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user