monthebrice2000 / node-express-service

I built a node-express web api from the Docker Image building by A Dockerfile and deploy it inside Azure Container Registry. I build my custom OPEN API to read all Wab API available inside the service

Home Page:https://node-express-frontend.azurewebsites.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-express-service

I built a node-express web api from the Docker Image building by A Dockerfile and deploy it inside Azure Container Registry. I build my custom OPEN API to read all Wab API available inside the service To Test The WEB API :

  • clone the project in your local PC.
  • move to the root directory of the project
  • change the absolute path root of the directory in .env file
  • run npm install and npm start
  • run docker-compose up
  • to test web API, open navigator and search for URL http://localhost:3000/welcome ( in first ) and http://localhost:3000/greeting ( in second )
  • to read the documentation of the Web API, open another window and search url for http://localhost:3002
  • it'' run very well

About

I built a node-express web api from the Docker Image building by A Dockerfile and deploy it inside Azure Container Registry. I build my custom OPEN API to read all Wab API available inside the service

https://node-express-frontend.azurewebsites.net/


Languages

Language:JavaScript 80.8%Language:Dockerfile 19.2%