Skip to content

shrey27tri01/just-post-it

Repository files navigation

just-post-it

just-post-it is a very basic twitter-like social network application made in django, pure javascript, HTML and CSS.

Current functionalities are: posting, liking, unliking, following and unfollowing users, viewing all posts made ever, viewing posts made by the user you follow, and editing already made posts.

More functionalities to come soon!!

To run locally, run the following commands:

  • git clone https://github.com/shrey27tri01/just-post-it.git
  • cd just-post-it
  • Activate a virtual environment following the guide here
  • pip(3) install -r requirements.txt
  • python(3) manage.py runserver

A demo of the working app can be found here!
The live website is here!