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
- Pagination
Profile
- View posts by profile
- View posts by follower
- Follow / Unfollow a person
- Make sure you have
django
installed - Run
py manage.py migrate
- Run
py manage.py runserver