This is a repository with examples from articles:
Here you can find the implementation of RSS Reader.
Environment:
Frontend is based on Svelte and for backend Express was chosen. Application is wraped with coupled Docker containers.
Build:
./build.sh
Run:
docker compose up -d
Stop:
docker compose stop