- Application: Cruddur
- Cohort: 2023-A1
This is the starting codebase that will be used in the FREE AWS Cloud Project Bootcamp 2023
At the start of the bootcamp you need to create a new Github Repository from this template.
Set execution permissions on the entrypoint script:
chmod +x ./backend-flask/entrypoint.sh
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
The /journal
directory contains