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 2e59446 commit 8e1f5cf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ Proof of concept aimed at putting into practice an e2e development cycle for an

#### The movie DB API:

In order to implement the solution, we are required to sign up [themoviedb.org](https://www.themoviedb.org/), and also **integrate it to our back-end** then, we will be able to use their API services. For further details, check the specs here [TMDB API specs](https://developer.themoviedb.org/reference/intro/getting-started).
To implement the solution, we are required to sign up [themoviedb.org](https://www.themoviedb.org/), and also **integrate it to our back-end** then, we will be able to use their API services. For further details, check the specs here [TMDB API specs](https://developer.themoviedb.org/reference/intro/getting-started).

### Considerations

Please, check this considerations out.
Please, check this consideration out.

> [!IMPORTANT]
- The architecture is a **mono repo-like project** that uses **workspaces to share type definitions among the app's tiers**.
- The application can be either **started locally or containerized**.
- Each app tier, within the project, can be started for development **independently from the others**.
> - The architecture is a **mono repo-like project** that uses **workspaces to share type definitions among the app's tiers**.
> - The application can be either **started locally or containerized**.
> - Each app tier, within the project, can be started for development **independently from the others**.
### Tech Stack

Expand Down

0 comments on commit 8e1f5cf

Please sign in to comment.