summaryrefslogtreecommitdiffstats
path: root/cmd/web/main.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* wip: mating EPs with OperationsMatthew Lemon2024-02-121-6/+8
* Have added a listAll handler for new operation modelMatthew Lemon2024-02-111-0/+2
* Adds the Organisations modelMatthew Lemon2024-02-091-2/+5
* Adds the database driver and opens database poolMatthew Lemon2024-02-091-4/+36
* Adds flagsMatthew Lemon2024-02-091-2/+7
* Created a /organisations/list routeMatthew Lemon2024-02-081-3/+11
* Moved main to cmd/web and added routes() methodMatthew Lemon2024-02-081-0/+17