Diseño guiado por el dominio.
Movies DDD App Example with The Movie Database API.
https://scenic.manumorante.com/
https://developers.themoviedb.org/3/
https://www.themoviedb.org/settings/api
vercel.com
We'll be using The Movie Database to gather a list of movies to display in the home page. You can also add search and enter details by clicking in every movie card.
- Use a Clean Architecture Domain for every API request or action you need to perform in your application.
- Model your business logic accordingly using Entities or Value Objects.
- Make sure your input data is validated before it goes accross domain layers.
- Build necessary UI components.
Clone this repo and use it to scaffold the project. Here you have Babel transpiling, webpack bundling and Mocha/Chai testing suite out of the box. ReactJs, React Router and Sass are also available to build UI components.
- Build a pet project using The Movie Data Base
- You'll find useful API information here: https://www.themoviedb.org/documentation/api
- Create an account to request your apiKey: https://www.themoviedb.org/signup
- Once registered request your apiKey: https://www.themoviedb.org/settings/api