First change the ports

Image

  1. First we had to change the ports and then we also had to change all the apis fetch links as everyting is in our aws server now
  2. Next we have to go to the next step and show how we actually deployed in Ubuntu

Image

  • We need to docker-compose build to deploy our backend site, now that its deployed
  • Then run docker-compose up -d to deploy showing this and docker ps

Image

Now that the server is up and running we need to check if the server is secured, dont wanna be insecure!

  1. If we go to our website backend we could check if its secure

Image