API-REST: pugh or ugh
03 / 11 / 2019
web project
To build this application I used the Django REST framework to connect models, serializers, and views with an Angular application (provided code). This project allows registered users to search for dogs (from a database) that are looking for a family.
Users can set up dog preferences (gender, age and/or size). Then, the dogs from the database are displayed and the user can classify them as: liked, disliked or undecided. HTML and CSS code was provided for the mobile-friendly design.
# API REST
# django
# python
# web
check the source