I'm learning Elixir, and I've created this quirky API that generates a random person when a request is sent to localhost:8000. The name, surname, and occupation data are manually specified in the data/personalities.json file.
Before installing dependencies, clone the repository and execute the following command:
mix deps.getRun server at localhost:8000
iex -S mix runHave fun!