After talking with classmates, I found out what my endpoints need to be, and finally figured out what I was supposed to do. I am currently working on the /index method in my index.py, where it lists the domains. There were some server errors returned from running this method, which errors I will have to check out when I get some more time.
The json reader is working, as far as I can tell. I think the next steps I will need to take are the following:
- Find out what is causing the server error in index()
- Implement the domain(domainName) function
- This will probably require the url rewriting tricks that I have seen classmates write about. Thanks, classmate
After all that is taken care of, and given I am heading in the right direction, I should be finished in another hour or two.