Develop a Python/Django application that will display the Nth number in Fibonacci sequence. For instance, if N is 6 and the sequence starts with [1,1..] then it should display ‘8’ as the 6th element in the sequence. Application should be hosted on the internet with an user interface asking for the input ‘N’. It should also print the time it took to get the results back to the user.
What we’re looking for:
A hosted solution with github link to your code (can be hosted on any cloud solution like heroku or any other)
Django model, view and template design, rest APIs and implementation
Tests that you write for the application code
Optimisations you add to improve performance