diff options
Diffstat (limited to 'content/blog/making_of_marks_database.md')
-rw-r--r-- | content/blog/making_of_marks_database.md | 2 |
1 files changed, 2 insertions, 0 deletions
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. |