Skip to content

jaintanmay121/PostIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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