yTakkar / Rails-Mini-Social-Network

A mini Social-Network created with Rails!! πŸ’ŽπŸ’Ž - No longer maintained.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A mini Social-Network created with Rails!! πŸ’ŽπŸ’Ž - No longer maintained.

License:MIT License


Languages

Language:Ruby 47.2%Language:HTML 25.7%Language:CSS 22.4%Language:JavaScript 3.2%Language:CoffeeScript 1.5%