Skip to content

Commit

Permalink
Upload profile image (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciabad authored Oct 24, 2023
1 parent eca293d commit 4b705f0
Show file tree
Hide file tree
Showing 22 changed files with 1,781 additions and 195 deletions.
4 changes: 4 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ DATABASE_HOST=toBeChanged
DATABASE_USERNAME=toBeChanged
DATABASE_PASSWORD=toBeChanged
DATABASE_NAME=toBeChanged

# AWS S3 connection settings
AWS_ACCESS_KEY_ID=toBeChanged
AWS_SECRET_ACCESS_KEY=toBeChanged
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"dependencies": {
"@auth/core": "0.12.0",
"@auth/drizzle-adapter": "0.3.1",
"@aws-sdk/client-s3": "3.433.0",
"@hookform/resolvers": "3.2.0",
"@nextui-org/react": "2.1.13",
"@planetscale/database": "1.11.0",
Expand All @@ -47,6 +48,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.45.4",
"sharp": "0.32.6",
"superjson": "1.13.1",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
Expand Down
Loading

0 comments on commit 4b705f0

Please sign in to comment.