diff --git a/GUIDE.md b/GUIDE.md index e44888e..ce6b90f 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -4,10 +4,20 @@ ## Setup -## Introduction +I had already installed all necesarry resources for this task, due to using it on previous exercises. + +## Project overview + +I used my previosly created RDS database, with beanstalk backend and S3 bucket frontend. I used the guide from cloud-day1 as a guide for setting up and creating the necesary resources. I used the TODO api on beanstalk and migrated the database. ## Technical Designs +No design choices were made during this project, due to using already existing projects. + ## Technical Descriptions +I used the TODO app, and built ran npm build on the frontend app and set up the s3 bucket with dist files. + ## References + +https://github.com/boolean-uk/csharp-cloud-aws-day-1