Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added nav partial | Matthew Lemon | 2024-02-08 | 1 | -2/+2 |
| | | | | | Added a partial html for the navigation bar. So far it just has a link to "Home" on it. | ||||
* | Created a /organisations/list route | Matthew Lemon | 2024-02-08 | 1 | -1/+20 |
| | | | | | | There is also some basic CSS here. Also introduced a proper structured logger. | ||||
* | First proper use of templates | Matthew Lemon | 2024-02-08 | 1 | -1/+1 |
| | |||||
* | First appearance of HTML on the home page | Matthew Lemon | 2024-02-08 | 1 | -1/+33 |
| | |||||
* | Moved main to cmd/web and added routes() method | Matthew Lemon | 2024-02-08 | 1 | -0/+18 |
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. |