Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 751 Bytes

File metadata and controls

40 lines (24 loc) · 751 Bytes

Django Social Media Server

Python Django

Developed a backend ❤️ Social Media server using django

Users will be able to:

Login Authentication

  1. Create account
  2. Login to account

Post

  1. Like / Unlike Posts
  2. Edit Posts
  3. Create Posts

Profile

  1. View posts by profile
  2. View posts by follower

Demo Video

Django.Social.Media.Server.Demo.Video.mp4

To run the server

  • Make sure you have django installed
  • Run py manage.py migrate
  • Run py manage.py runserver