From dca1b48846364951447eb6d84dec6f2bae986571 Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Sun, 3 Nov 2024 20:34:12 -0600 Subject: Fix some redirects --- content/blog/making_of_marks_database.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/blog/making_of_marks_database.md') diff --git a/content/blog/making_of_marks_database.md b/content/blog/making_of_marks_database.md index 8501921..9bb0baa 100644 --- a/content/blog/making_of_marks_database.md +++ b/content/blog/making_of_marks_database.md @@ -1,6 +1,8 @@ --- title: "The making of marks.database" date: 2019-04-07T20:36:20-05:00 +aliases: +- /post/blog/38 --- I used to keep text files, tracking movies, books, my music collection, and various long term to do lists. Last year, I transferred some of this information over to a MySQL database, managed with a couple python scripts that just wrapped MySQL commands. It was fairly clunky though, and pretty limiting too. Even php myadmin would've been easier. So recently, I created marks.database, which is a node front end for my specific database needs. It manages those things listed above. Additionally, I have created a meal planner section, which allows me to store the items in my pantry and combine them into recipes. -- cgit v1.2.3