diff options
-rw-r--r-- | README.md | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -1,11 +1,4 @@ -# marks.database -A database frontend to manage movies, books, todos, and recipes/pantry - -I've had a local database I've run where I keep track of movies and books I've seen or read. -It's fairly clunky to use however. I've thought about using php myadmin or something similar, -but that isn't much easier really. This project is fairly specific, but its a frontend to -manage the tables that I need. It also includes a recipe manager, which is fairly complex. It -can keep track of your pantry too, allowing you to move things between owned and a shopping list. +# marks.budget # Installation Download the repository, run `npm install`, set up a mysql server with a user and a database, |