A movie search and discovery app built on top of TMDb API using React, TypeScript, Express and Node.
- Search for movies and TV shows from a comprehensive database (by TMDb)
- Save favorite list of movies / TV shows
- ...
For demo purposes, you can run a single container which serves the backend and frontend:
- Build the docker image:
docker build -t cinescope:latest -f Dockerfile .
- Run a docker container from the image:
docker run --cpus=1 -d -p 80:3000 cinescope:latest
- Visit
http://localhost
for the demo.
- Client State:
- Server State: