Skip to content

Commit

Permalink
[ FEAT ] : Add ability to Create and Edit RobotList using modal (#225)
Browse files Browse the repository at this point in the history
* (feat): add dialog modal

* merge main

* (feat): add card for listing

* (feat): edit listing

* (fix): review changes

* (fix): review feedback

* fix: refactor skeleton

* (fix): add s3 bucket in env

* fix: revert s3 bucket
  • Loading branch information
senthil-athiban authored Aug 2, 2024
1 parent 6653ad1 commit 44ff956
Show file tree
Hide file tree
Showing 18 changed files with 2,596 additions and 102 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ AWS_DEFAULT_REGION='us-east-1'
AWS_ACCESS_KEY_ID=test
AWS_SECRET_ACCESS_KEY=test
AWS_ENDPOINT_URL_DYNAMODB=http://127.0.0.1:4566
AWS_S3_BUCKET=artifacts

# For letting the frontend know the backend URL.
REACT_APP_BACKEND_URL=http://127.0.0.1:8080
Expand Down
Loading

0 comments on commit 44ff956

Please sign in to comment.