All Projects â†’ yTakkar â†’ Rails-Mini-Social-Network

yTakkar / Rails-Mini-Social-Network

Licence: MIT license
A mini Social-Network created with Rails!! 💎💎 - No longer maintained.

Programming Languages

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

Rails-Mini-Social-Network

A Mini Social-Network created with Rails!!

No longer maintained.

Another Versions

React Version

Vue Version

Golang Version

Quick Links

  1. Screenshots
  2. Usage

Screenshots

alt text alt text alt text alt text alt text alt text alt text alt text

Usage

  1. First install all the dependencies.
# ruby dependencies
bundle install

# js dependencies
npm install # or yarn
  1. Open PHPMyAdmin, create a DB named rails-mini-social-network & import db.sql file.
  2. Create the following environment variables:
RAILS_DB_PASSWORD="DB PASSWORD"
RAILS_SOCKET="MySQL Socket"
  1. Start the server
rails s
  1. Now, open it in browser:
localhost:3000

Contribute

Feel free to contribute!!

Show your support by 🌟 the project!!

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].