Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
christianjtr committed Mar 18, 2024
1 parent fbf968c commit b73ab09
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,17 @@ The strategy followed to deploy the application implies:

> [!IMPORTANT]
>
> At this point, the services are merged to the repository, tested, containerized, and published on Docker Hub (either as public or private images). Now, you should decide which **Cloud provider service to use to host your application**. (Azure, Amazon Web Services, Digital Ocean, Google Cloud Platform, etc, etc, etc.).
> At this point, the services are merged into the repository, tested, containerized, and published on Docker Hub (either as public or private images). Now, you should decide which **Cloud provider service to host your application**. (Azure, Amazon Web Services, Digital Ocean, Google Cloud Platform, and others).
**Choice:** I decided to use [Render](https://render.com/), because is free for hobby projects (under certains conditions, of course).
**Choice:** I decided to use [Render](https://render.com/) because it's free for hobby projects (under certain conditions, of course).

Look at this [article on how to deploy pre-built docker images](https://docs.render.com/deploy-an-image) on their side.

- [TV application](https://tv-app-react-webapp-latest.onrender.com/)
- [API service docs](https://tv-app_nodejs-latest.onrender.com/api/docs)

**Note:** The application should be consuming the published API services (our bank-end which is intended to obtain data from the TMDB Movie service).

Have a look at this [article on how to deploy pre-built docker images](https://docs.render.com/deploy-an-image) on their side.

![](./samples/cdci.png)

Expand Down

0 comments on commit b73ab09

Please sign in to comment.