Nishant127 / nginx_server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Assignment 102 deployed on nginx server through docker and docker-compose 🚀

  • Assignment contains two containers one that serves api and other that serves frontend.

  • The container serving frontend loads the frontend on hitting the url and the container serving api fetch the data from /api route on the same server.

  • Steps to execute the assignment:

    sudo docker-compose build
    
    sudo docker build
    

Example:

About


Languages

Language:JavaScript 49.2%Language:HTML 26.5%Language:CSS 23.8%Language:Dockerfile 0.6%