Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.18 KB

README.md

File metadata and controls

51 lines (39 loc) · 1.18 KB

Use Nginx Reverse Proxy to serve Go and Nuxt Services

For understand Nginx implementation as a reverse proxy in different services like Golang (as Api) and Nuxtjs (as Web)

Used Technology

Nginx Go Nuxtjs

Installtion Requirement

tool version
docker *
docker-compose *

Run Locally

Clone the project

  git clone https://github.com/zeelrupapara/nginx-as-a-reverse-proxy.git

Go to the project directory

  cd nginx-as-a-reverse-proxy

Install dependencies

  • go to the web directory
  cd web
  • to install dependencies
  npm install

Run Locally using docker-compose

  • go back to project root
  cd ..
  • run project throw docker-compose
  docker-compose up

After done all process see results in this link : http://localhost:80/