readme
This commit is contained in:
parent
cc7cb9edc9
commit
24281a6322
2 changed files with 22 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,3 +3,4 @@ postgres/db
|
|||
*/.env
|
||||
.env
|
||||
todo
|
||||
sqldumps/
|
||||
|
|
21
README.md
Normal file
21
README.md
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue