Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Created a /organisations/list route | Matthew Lemon | 2024-02-08 | 7 | -5/+91 |
| | | | | | | There is also some basic CSS here. Also introduced a proper structured logger. | ||||
* | 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 |
| | | | | | | | | | Started to separate out funtionality: added an application struct and several methods (routes(), home() and a notFound() error). At the moment, the application struct does not carry any other configuration objects or a database pool connection - it is just there to get the routing going. | ||||
* | Adds a Makefile | Matthew Lemon | 2024-02-08 | 1 | -0/+8 |
| | | | | I don't want to have to remember docker commands ever again! | ||||
* | Adds Dockerfile | Matthew Lemon | 2024-01-31 | 1 | -0/+8 |
| | |||||
* | Initial commit for testing | Matthew Lemon | 2024-01-31 | 2 | -0/+21 |