summaryrefslogtreecommitdiffstats
path: root/cmd/web (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-10Adds a comment above code to handle "/" routeMatthew Lemon1-0/+4
2024-02-10Adds missing importMatthew Lemon1-1/+0
2024-02-10Have added Insert handler for Organisation modelMatthew Lemon2-13/+45
2024-02-09Adds the Organisations modelMatthew Lemon1-2/+5
2024-02-09Adds the database driver and opens database poolMatthew Lemon1-4/+36
2024-02-09Adds flagsMatthew Lemon1-2/+7
2024-02-08Added nav partialMatthew Lemon1-2/+2
2024-02-08Created a /organisations/list routeMatthew Lemon3-4/+35
2024-02-08First proper use of templatesMatthew Lemon1-1/+1
2024-02-08First appearance of HTML on the home pageMatthew Lemon1-1/+33
2024-02-08Moved main to cmd/web and added routes() methodMatthew Lemon3-0/+45