First change the ports

- 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
- Next we have to go to the next step and show how we actually deployed in Ubuntu

- 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

Now that the server is up and running we need to check if the server is secured, dont wanna be insecure!
- If we go to our website backend we could check if its secure
