Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
# Project Guide

## Setup

## Introduction
I set up a RDS database with a beanstalk backend and bucket frontend, following the same setup that we used for AWS Day 1. I set up the RDS Postgres DB and connected a beanstalk to it. I then set up the todo api deliverables on the beanstalk and migrated the database. I then lastly set up a S3 bucket with the dist files from NPM build of the todo front-end react.

## Technical Designs

## Technical Descriptions
Its the simple todo application that stores the todo entries in the database and fetches the data using the todo api.
The front end then fetch the data from the API's

## References
Csharp-AWS-Day-1
Binary file added MyApi2.zip
Binary file not shown.
40 changes: 40 additions & 0 deletions dist/assets/index-CVE20puA.js

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cloud Dev Frontend APP</title>
<script type="module" crossorigin src="/assets/index-CVE20puA.js"></script>
</head>
<body>
<div id="root"></div>
</body>
</html>
Expand Down
1 change: 1 addition & 0 deletions dist/vite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.