- Docker desktop.
- some docker command in terminal.
- created api using node and express for backend.
- created react app for the frontend.
- Used docker-compose to automate the whole operation.
docker pull mshalaan/myapi
docker pull mshalaan/myblog
docker-compose up