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)postgresis also deployed in the docker compose network
- Docker
- Nodejs/npm
cd test-app
docker compose up --buildIn another terminal:
cd test-app/web
npm i
npm run dev