Friends is a New Era Social media platform which provides a lot of new features to its users. It helps users to stay connect with their loved ones. It has awesome UI which provides a good user experience with a lot of other functionalities.
- Login, Signup to authenticate its user
- News Feed to see post of the user to whom he/she follows
- Create Post
- Delete Post
- Like Post
- Dislike Post
- Comment Post
- See Details of a Post
- Search Profiles
- View Profile
- Follow Profile
- Unfollow Profile
- Update Profile
- Reset Password
- Logout
- Django 2.1.7
- Python 3.6.3
- Bootstrap4
- Crispy Forms
- Clone this repository
git clone https://github.com/altaf99/Friends-The-Social-Network.git
- Install dependencies
- Make sure proper version of python and django is installed and then installed crispy_form
pip install django-crispy-forms
- Command to start the Django server
- In Linux
python manage.py runserver
- In Windows
python3 manage.py runserver
-
Type this URL in your browser
http://localhost:8000
-
Done
MIT License
Copyright (c) 2019 Altaf Shaikh