Thanks to visit codestin.com
Credit goes to github.com

Skip to content

tobecci/wso2-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

setup wso2

build an image of your express app

docker build -t tobecci/express:1.0.0 .
  • replace tobecci/express:1.0.0 with whatever you want, but take note of it, because you will add it to the docker compose config
  • open docker-compose.yaml, replace tobecci/express:1.0.0 with the image name you chose

MAC USERS: replace image: wso2/wso2am:4.1.0-alpine with the right docker image for you

  • run docker compose up to start it
  • the url to use for the endpoint is http://node-app:5000/ your port might be different

Accessing management console

visit the following URLs

Name URL
Carbon Management Console https://localhost:9443/carbon
API Manager Publisher https://localhost:9443/publisher
API Manager Developer Portal https://localhost:9443/devportal

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published