/aws-bootcamp-cruddur-2023

This is my codebase for the FREE AWS Cloud Project Bootcamp 2023

Primary LanguageTypeScript

FREE AWS Cloud Project Bootcamp

  • Application: Cruddur
  • Cohort: 2023-A1

This is the starting codebase that will be used in the FREE AWS Cloud Project Bootcamp 2023

Cruddur Graphic

Cruddur Screenshot

Instructions

At the start of the bootcamp you need to create a new Github Repository from this template.

Running the application

Set execution permissions on the entrypoint script:

chmod +x ./backend-flask/entrypoint.sh

Docker Compose

The simplest way to run the application is to use Docker Compose. It will build the images and run the containers for the frontend and backend.

From the root directory run:

docker-compose up

This will build the images and run the containers for the frontend and backend.

To stop the containers, press Ctrl+C in the terminal. Or run:

docker-compose down

Journaling Homework

The /journal directory contains