A social media web-app, built using Django, that allows user to register/login, create, read and like posts by other users. It uses PostgreSQL as its database and is hosted on heroku. Give it a look here.
Users can use the REST API, that allows users to access the posts without having to login.
curl https://post-itt.herokuapp.com/api
or
