A social networking website using the Django framework.
Features include -
- Authentication (Including social logins)
- Newsfeed
- Profile page
- Like and Comment on Posts
- Messaging between users
- Notifications
- Search users
- Meme Generator
- RSS feed
- Custom Middleware
- Go the root of the project
- To create a superuser run -
python manage.py createsuperuser
- Run migrations -
python manage.py migrate
- Run the server -
python manage.py runserver
- Head to
127.0.0.1:8000