Skip to content

RCoff/pet-social-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Pet Social Network

The Pet Social Network is a place for pet lovers of all kinds of animals to photos, videos, and stories of their pets.

Currently supported features include:

  • Pet Parent Profile Creation
  • Profile Creation for pets
  • Friending other pets
  • Liking other pets' posts

Future features will include:

  • Linking Twitter, Instagram, and Facebook accounts
  • Displaying posts from each of the above

https://pet-social-network-prod.herokuapp.com/

A Note From the Author

I started this project as a way to learn more about the Django framework and relational databases.

Working through this project has helped me to better understand Django Rest Framework and API design, as well as relational database paradigms such as many-to-many relationships.