All Projects → shirshak55 → Bee-Connect

shirshak55 / Bee-Connect

Licence: MIT license
Ruby on Rails App. A good example of how to build social networking system with live chat support, blogging,groups etc.

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
coffeescript
4710 projects

Projects that are alternatives of or similar to Bee-Connect

Opensource Socialnetwork
Open Source Social Network (OSSN) is a social networking software written in PHP. It allows you to make a social networking website and helps your members build social relationships, with people who share similar professional or personal interests. It is available in 16 international languages.
Stars: ✭ 710 (+2266.67%)
Mutual labels:  profile, groups, social-network
linkcast
Share links, images, blogs and everything on the web with your friends in one click using this chrome extension Linkcast
Stars: ✭ 13 (-56.67%)
Mutual labels:  groups, social-network
Whizzz-The-ChatApp
Whizzz is a real-time, one-to-one Android chat application made using Firebase, a beautiful user interface, and a push-notification feature.
Stars: ✭ 66 (+120%)
Mutual labels:  profile, social-network
Groups
A Laravel 5 user groups package
Stars: ✭ 66 (+120%)
Mutual labels:  groups, social-network
web
realness.online
Stars: ✭ 15 (-50%)
Mutual labels:  profile, social-network
Repository Hunter
🌹 Making GitHub more socially engaging 🎮 and fun 🍥 for all
Stars: ✭ 273 (+810%)
Mutual labels:  profile, social-network
clubi
A group-oriented social media platform written in Laravel and Vue
Stars: ✭ 29 (-3.33%)
Mutual labels:  groups, social-network
DaProfiler
DaProfiler allows you to create a profile on your target based in France only. The particularity of this program is its ability to find the e-mail addresses your target.
Stars: ✭ 58 (+93.33%)
Mutual labels:  profile, social-network
Materialabout
It's a material-design about screen to use on your Android apps. A developer profile and application information easy to integrate. 🔖
Stars: ✭ 1,511 (+4936.67%)
Mutual labels:  profile, social-network
Php Login System
Embeddable and Secure PHP Authentication System with Login, Signup, User Profiles, Profile Editing, Account Verification via Email, Password Reset System, Remember-Me Feature and more.
Stars: ✭ 135 (+350%)
Mutual labels:  profile, registration
registration
✏️ Hackathon registration server
Stars: ✭ 60 (+100%)
Mutual labels:  registration
aspnet-core-social-network
Social network based on ASP.NET Web API Core 2
Stars: ✭ 36 (+20%)
Mutual labels:  social-network
icra20-hand-object-pose
[ICRA 2020] Robust, Occlusion-aware Pose Estimation for Objects Grasped by Adaptive Hands
Stars: ✭ 42 (+40%)
Mutual labels:  registration
djaodjin-signup
Django app for frictionless signup
Stars: ✭ 18 (-40%)
Mutual labels:  registration
d3-force-graph
Force-directed graph using D3-force and WebGL, support massive data rendering and custom style.
Stars: ✭ 74 (+146.67%)
Mutual labels:  social-network
mobile-native
mirror of https://gitlab.com/minds/mobile-native
Stars: ✭ 80 (+166.67%)
Mutual labels:  social-network
discord.bio
🚀 A powerful Node.js wrapper of https://discords.com/bio
Stars: ✭ 15 (-50%)
Mutual labels:  profile
maks
Motion Averaging
Stars: ✭ 52 (+73.33%)
Mutual labels:  registration
ChatRoom
聊天室
Stars: ✭ 30 (+0%)
Mutual labels:  chat-room
golden
a benchmark for compile-time and/or runtime Nim 🏆
Stars: ✭ 28 (-6.67%)
Mutual labels:  profile

Bee Connect (Active)

Build Status License: MIT StyleCI Patreon donate button

An advance Ruby on Rails social networking application. It is like mini facebook having features like chat/groups etc. Notable features includes group , group moderation, group chat, global chat, profile update, post, comments, favorites etc..

This project can be used as an example of creating some complex Ruby on Rails app.

Screenshots

Registration

Registration

Chat Room

Chat Room

Live Chat

Live Chat

User Post

User Post

Create Group

User Post

Notifications

Notifications

Update Profile Page

Update Profile

There are tons of feature . So I don't want to flood this with screenshots. Thanks

Features

  • Latest version of Rails (v5.2.1)
  • Login/Logout
  • Registration with password reset
  • Registration User Email Verifications
  • Ability to post
  • Ability To follow
  • Live Chat with file attachments
  • Group Support
  • Ability to Search Username
  • Good Pagination
  • User Profiles
  • Live Notifications
  • Create Chatrooms
  • Live Chatrooms
  • Ability to upload avatars
  • Ability to comments
  • Ability to receive message notifications
  • Good flash notifications
  • Bootstrap based
  • Moderation support
  • Roles support

Installation

Development

For development we recommend to use sqlite. Feel free to use any database like mysql or sqlite or pgsql.

  • For windows user you can install imagemagick and add to path and also remember to install redis server on windows. And for database rename .env.example to .env and adjust that file. For Ubuntu LTS (18.04) you can follow the guide.

  • Clone this repo

git clone https://github.com/bloggervista/Bee-Connect.git
  • Update repository
sudo apt update
  • Install Redis Server
sudo apt install redis-server
  • Start Redis Server
sudo service redis-server start
  • Install Imagemagick
$ sudo apt install imagemagick
  • Setup Database
# Install pgsql or any database system you like
$ cp .env.example .env
# After copying please change that file to match database details
  • Migrate and Seed this database
$ rails db:migrate
$ rails db:seed
  • Start rails built in Puma server
$ rails s
  • Note this default username and password
# You can change default admin username and password from frontend interface or db/seeds.rb file
username: [email protected]
password: admin@123
  • Start the sidekiq queue server. If you don't start you will not see live chat like that.
$ bundle exec sidekiq
  • Go to your lovely browser and start using this project

Production

  • Compile your asset so that they will be minified and production ready.
$ RAILS_ENV=production bundle exec rake assets:precompile
  • Install Nginx
  • Use capistrano if you like
  • Point Nginx to public folder of this project
  • Go to config/database.yml and adjust the database settings
  • Go to config/environment/production.rb and enter your website address or ip
  • Go to config/initializer/devise.rb change config.mailer_sender and config.secret_key to your appropriate settings

Testing

  • To run tests:
Will be added soon

Tips

If you are windows user we recommend you to use Cloud9 online IDE or use rails installer.

Contribution

We are very open to contribution. Feel free to contribute and we are very happy to merge your PR.

Security

If you discover any security related issue, please email shirshak55[at]pm.me . All security issues will be addressed properly.

Contributors

This project has been watered by various contribution and I would like to give them a big shoutout. Your contribution shall be remembered forever <3 Lead Contributor: Gary Traffanstedt

And thanks to other contributors also :) For more info check contributor tab.

How can I thank you?

Why not star the github repo?

Don't forget me to ask any questions via twitter! or issue tab?

I would like to thank DHH for creating Ruby on Rails and all the maintainer of gems making this project possible. This project took like 1 month to build but it wouldn't be possible without the opensource technology.

Thank You! Shirshak Bajgain

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].