Instead of just rendering objects in json and printing some boring json objects back to the browser, we're now utilizing views, forms, and links to create an actual website. Our project for today was to clone the site that got shut down, 99dresses.com, except ours is cat themed. We haven't fully fleshed out the site since we haven't learned anything about authentication yet, but that'll come tomorrow. For today, we built some cat models, some relationships and making all of that available on views.
The model associations were very simple since we only have 2 models. My partner and I were able to finish the basic functionalities early so we started using some bootstrap to make the site look better, and it definitely looks way better than just text-based links and unorganized forms.
Tomorrow we'll finish up the site with a user model and allowing users to log in and out so it'll actually be like a real website, which is what we came here to learn!!
Here's my cats project so far without the user stuffs: https://github.com/Teaflavored/99_cats