Skip to content

Small simple web app based on modern front-end, elixir API and IMDB dataset.

License

Notifications You must be signed in to change notification settings

evbogdanov/serial_killer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Serial Killer

Visualize ratings of your favourite TV series!

About

Small simple web app based on modern front-end, Elixir API and IMDB dataset.

Idea based on this pic)

Back-end

Routes AKA example

Get ratings for each episode:

http://localhost:4000/visualize?show_id=tt7767422

Find TV series by typing first letters:

http://localhost:4000/hinter?query=SuperNatural

Prepare

Make sure that you have Elixir on your machine.

Get dependencies

$ mix do deps.get, deps.compile, compile

Run

mix run --no-halt

Get last IMDB dataset

Instruction is here

Front-end

coming soon

License

MIT

About

Small simple web app based on modern front-end, elixir API and IMDB dataset.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 99.2%
  • Shell 0.8%