Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adds the view handler for our organisation model | Matthew Lemon | 2024-02-10 | 2 | -0/+6 |
* | Adds a comment above code to handle "/" route | Matthew Lemon | 2024-02-10 | 1 | -0/+4 |
* | Adds missing import | Matthew Lemon | 2024-02-10 | 1 | -1/+0 |
* | Have added Insert handler for Organisation model | Matthew Lemon | 2024-02-10 | 4 | -53/+58 |
* | Adds the Organisations model | Matthew Lemon | 2024-02-09 | 2 | -2/+34 |
* | Adds the database driver and opens database pool | Matthew Lemon | 2024-02-09 | 1 | -4/+36 |
* | Adds flags | Matthew Lemon | 2024-02-09 | 2 | -3/+11 |
* | Adds my-sql driver dependency | Matthew Lemon | 2024-02-09 | 2 | -0/+4 |
* | Adds a populate.sql script | Matthew Lemon | 2024-02-09 | 2 | -0/+31 |
* | Added nav partial | Matthew Lemon | 2024-02-08 | 3 | -3/+8 |
* | Created a /organisations/list route | Matthew Lemon | 2024-02-08 | 7 | -5/+91 |
* | First proper use of templates | Matthew Lemon | 2024-02-08 | 3 | -3/+14 |
* | First appearance of HTML on the home page | Matthew Lemon | 2024-02-08 | 2 | -1/+46 |
* | Moved main to cmd/web and added routes() method | Matthew Lemon | 2024-02-08 | 5 | -19/+46 |
* | Adds a Makefile | Matthew Lemon | 2024-02-08 | 1 | -0/+8 |
* | Adds Dockerfile | Matthew Lemon | 2024-01-31 | 1 | -0/+8 |
* | Initial commit for testing | Matthew Lemon | 2024-01-31 | 2 | -0/+21 |