summaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-02-11Adds entr command to re-run run commandMatthew Lemon1-0/+3
2024-02-09Adds flagsMatthew Lemon1-1/+4
Accepts -addr for the port. Commented out flag for dsn (database string) - not yet implemented. See https://github.com/go-sql-driver/mysql#dsn-data-source-name for the correct format to be used for MySQL/MariaDB.
2024-02-09Adds a populate.sql scriptMatthew Lemon1-0/+5
We need a script to run for populating and bootstrapping the database. This is the start of such a script. The syntax here is suitable for mariadb at present. The comments above "populate" are assumed to have been carried out by the root user (e.g. sudo mariabdb).
2024-02-08Adds a MakefileMatthew Lemon1-0/+8
I don't want to have to remember docker commands ever again!