-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Altaf Shaikh edited this page Sep 13, 2019
·
12 revisions
Friends is a New Era Social media platform which provides a lot of new features to their user. It helps you to keep connect with your 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
-
HOME
-
Login Page
-
Signup Page
-
News Feed
-
Like Post
-
Comment Post
-
User Follow Post Detail
-
User's Post List
-
Create Post
-
Post List After Posting
-
Post Detail
-
Deleting Post
-
Post List After Delete
-
Profiles List
-
View Profile
-
Follow Profile
-
Unfollow Profile
-
Update Profile
-
Search Profile Query
-
Search Profile Result
-
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
pip install -r requirements.txt
- 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