This project is my solution to shankardevy's phoenix book exercises.
Steps to follow to run the code in your local machine:
git clone https://github.com/shankardevy/natural.git
cd natural
mix deps.get
cd assets && npm install && cd ..
mix ecto.setup
mix phx.server
Now visit http://localhost:4000 to see the site.