A Mini Social-Network created with Rails!!
No longer maintained.
- First install all the dependencies.
# ruby dependencies
bundle install
# js dependencies
npm install # or yarn
- Open PHPMyAdmin, create a
DB
namedrails-mini-social-network
& importdb.sql
file. - Create the following environment variables:
RAILS_DB_PASSWORD="DB PASSWORD"
RAILS_SOCKET="MySQL Socket"
- Start the server
rails s
- Now, open it in browser:
localhost:3000
Feel free to contribute!!
Show your support by π the project!!