Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 514 Bytes

File metadata and controls

22 lines (12 loc) · 514 Bytes

PostIt!

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.

API:

Users can use the REST API, that allows users to access the posts without having to login.

Usage

curl https://post-itt.herokuapp.com/api

or

curl https://post-itt.herokuapp.com/api/{username}

Working Demo

Demo