Skip to content

Commit

Permalink
add images to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
edivaldolluisb committed Apr 15, 2024
1 parent 143bdb9 commit bb327cb
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 0 deletions.
Binary file added .github/home.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/login.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/register.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# Note app

<img src="./.github/login.jpeg" width="600" alt="Diagrama ERD do banco de dados" />
<img src="./.github/register.jpeg" width="600" alt="Diagrama ERD do banco de dados" />
<img src="./.github/home.jpeg" width="600" alt="Diagrama ERD do banco de dados" />
Binary file modified backend/db.sqlite3
Binary file not shown.
3 changes: 3 additions & 0 deletions note.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
npm create vite@latest -- --template react

npm install axios react-router-dom jwt-decode

0 comments on commit bb327cb

Please sign in to comment.