summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Moved main to cmd/web and added routes() methodMatthew Lemon2024-02-085-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 MakefileMatthew Lemon2024-02-081-0/+8
| | | | I don't want to have to remember docker commands ever again!
* Adds DockerfileMatthew Lemon2024-01-311-0/+8
|
* Initial commit for testingMatthew Lemon2024-01-312-0/+21