Navigate this website https://nowmovies.netlify.app/ Create a clone of this app using:
- ReactJs, Material UI, themoviedb.org
- Should have unit tests of util functions
It has some features like youtube search and torrent search. Reverse engineer it and implement the same.
Create a Restful API for CRUD application using expressJs framework and ReactJS with hooks that has following features.
- Logged in users can create, delete and update their article.
- Public user can read the article.
It should show the following implementation:
- Run in multi thread of CPU.
- Dockerize the API such that it can be run in services like fargate or kubernetes
- API should have unit tests
- Caching and cache invalidation using Redis.
- Use local dynamodb.
- Share postman collection
- Should have Error handlings
- Implement gsi or lsi while listing all articles
- Use react hook form, react-query
- Use Above create API in it
- Should share code in github with proper commits history.
- Should have a readme.md file with instruction to run in other computer.
- Should share a migration script for dynamodb such that the tables can be created in other hosts.