This repository contains a multi-tier web application, created for AWS training.
The application contains the following layers
/web
- a nextjs/react application/api
- a flask application/worker
- another flask application (for now)postgres
is also deployed in the docker compose network
- Docker
- Nodejs/npm
cd test-app
docker compose up --build
In another terminal:
cd test-app/web
npm i
npm run dev