! takes some time until dependencies are installed and scripts are run
Open http://localhost:3000 to view it in the browser.
(Backend is available at http://localhost:5001/posts)
backend:
cd nodejs/
yarn install
yarn start
frontend:
cd ui/
yarn install
yarn start