From 24281a6322666c1162ae9d9ec47fa514f7abf81f Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 12 Aug 2025 10:40:06 -0700 Subject: [PATCH] readme --- .gitignore | 1 + README.md | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 README.md diff --git a/.gitignore b/.gitignore index 7b8da4b..a28d73d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ postgres/db */.env .env todo +sqldumps/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..958417b --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +#### This is an app I made to save recipes using the following components: + +#### Frontend: + +- React +- TypeScript + +#### Backend: + +- Node.js & Express +- PostgreSQL + +#### Containerization: + +- Docker + +#### Styling/UI: + +- Tailwind CSS + +You can find a production build of the app at https://recipe-app.fredzernia.com