diff options
author | Mark Powers <markppowers0@gmail.com> | 2019-12-26 20:30:49 -0600 |
---|---|---|
committer | Mark Powers <markppowers0@gmail.com> | 2019-12-26 20:30:49 -0600 |
commit | 43854989a3bb1ea3ac826fd102cb92a9541778d3 (patch) | |
tree | c52d147e8079d0fb52cded682401c5c7f0360cf8 | |
parent | 60f66450078b0a3a46d4ab373645c2546aab28f4 (diff) |
Edit README.md
-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, |