momoch4n / aws-bootcamp-cruddur-2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FREE AWS Cloud Project Bootcamp

FRONTEND_URL="" BACKEND_URL="" docker run --rm -p 4567:4567 -it backend-flask

docker run --rm -p 4567:4567 -it -e FRONTEND_URL='' -e BACKEND_URL='' backend-flask

docker build -t  backend-flask ./backend-flask
docker build -t  backend-flask:latest ./backend-flask
  • 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.

Journaling Homework

The /journal directory contains

About


Languages

Language:JavaScript 55.1%Language:CSS 25.3%Language:Python 17.5%Language:HTML 1.4%Language:Dockerfile 0.4%Language:Shell 0.3%