Developed a backend ❤️ Social Media server using django
Users will be able to:
Login Authentication
- Create account
- Login to account
Post
- Like / Unlike Posts
- Edit Posts
- Create Posts
Profile
- View posts by profile
- View posts by follower
Django.Social.Media.Server.Demo.Video.mp4
- Make sure you have
djangoinstalled - Run
py manage.py migrate - Run
py manage.py runserver