Visualize ratings of your favourite TV series!
Small simple web app based on modern front-end, Elixir API and IMDB dataset.
Idea based on this pic)
Get ratings for each episode:
/visualizer?show_id=tt7767422
Find popular TV series by first letters in the title:
/hinter?letters=Sou%20Par
Find all TV series by full words in the title:
/searcher?words=South%20Park
Get the most popular shows:
/popular
Get the top rated shows:
/best
Make sure that you have Docker and Elixir on your machine.
Then setup environment:
./setup-development-environment.sh
Get dependencies
cd kekend
mix do deps.get, deps.compile, compile
With interactive shell:
iex -S mix
Without:
mix run --no-halt
cd frontend
yarn
yarn start
We use Prettier to format our code.
Show the list of unformatted files:
yarn run prettier