https://github.com/shreyansh26/worldlink
A social networking website in Django
https://github.com/shreyansh26/worldlink
social-network social-network-like-facebook
Last synced: 6 months ago
JSON representation
A social networking website in Django
- Host: GitHub
- URL: https://github.com/shreyansh26/worldlink
- Owner: shreyansh26
- Created: 2017-11-02T10:08:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-17T11:30:42.000Z (about 3 years ago)
- Last Synced: 2025-03-24T18:52:36.161Z (7 months ago)
- Topics: social-network, social-network-like-facebook
- Language: Python
- Homepage:
- Size: 4.26 MB
- Stars: 25
- Watchers: 2
- Forks: 143
- Open Issues: 84
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Worldlink
=========A social networking website using the *Django framework*.
Features include -
1. Authentication (Including social logins)
2. Newsfeed
3. Profile page
4. Like and Comment on Posts
5. Messaging between users
6. Notifications
7. Search users
8. Meme Generator
9. RSS feed
10. Custom Middleware## To run
1. Go the root of the project
2. To create a superuser run - `python manage.py createsuperuser`
3. Run migrations - `python manage.py migrate`
4. Run the server - `python manage.py runserver`
5. Head to `127.0.0.1:8000`## Contributors
* [Shreyansh Singh](https://github.com/shreyansh26)
* [Shorya Jain](https://github.com/SJ255)
* [Saurabh Kumar Singh](https://github.com/saurabh303)