/Rails-Mini-Social-Network

A mini Social-Network created with Rails!! 💎💎 - No longer maintained.

Primary LanguageRubyMIT LicenseMIT

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!!