This is a demo app to learn about
API-only app to manage CRUD for products
rvm use ruby-3.0.5@eshop
Ruby on rails
rails s -p 3003
localhost:3003
API-only app to manage CRUD for users
rvm use ruby-3.0.5@eshop
Ruby on rails
rails s -p 3002
localhost:3002
docker --version (26)
docker-compose --version (2.26)
podman version 5.0.0
podman machine stop
podman machine start
podman build -t eshop-users .
podman run -d -p 3002:3002 eshop-users
podman ps
podman build -t eshop-users .
podman-compose up -d
podman build -t eshop-users_web:local .
podman-compose down
podman-compose up -d
UI-only app using React JS app with Carbon components
nvm use 18.12.0
npm start
localhost:3001
home *
login *
signup *
categories
products
users