Skip to content

Commit

Permalink
feat: integrate google maps && update trip form (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
wiseaidev authored Nov 28, 2024
1 parent 6fbe6de commit 142102b
Show file tree
Hide file tree
Showing 13 changed files with 670 additions and 289 deletions.
12 changes: 11 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,15 @@ MONGODB_PWD=
MONGODB_CLSTR=your-cluster.mongodb.net
MONGODB_DB_NAME=trippers
JWT_SECRET=
GEMINI_API_KEY=
UNSPLASH_API_KEY=
AWS_REGION=
AWS_PROFILE=
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_CONTAINER_CREDENTIALS_FULL_URI=
AWS_CONTAINER_CREDENTIALS_RELATIVE_URI=
AWS_CONTAINER_AUTHORIZATION_TOKEN=
AWS_EC2_METADATA_DISABLED=
AWS_EC2_METADATA_SERVICE_ENDPOINT=
AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE=
AWS_SDK_UA_APP_ID=
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@
**/*.rs.bk

.env

# Sus files
**/*.br
Loading

0 comments on commit 142102b

Please sign in to comment.