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