https://github.com/abourtnik/socialruby
Social network with Ruby on Rails
https://github.com/abourtnik/socialruby
bootstrap4 ruby ruby-on-rails sqlite3
Last synced: about 2 months ago
JSON representation
Social network with Ruby on Rails
- Host: GitHub
- URL: https://github.com/abourtnik/socialruby
- Owner: abourtnik
- Created: 2018-06-27T20:56:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-20T14:52:42.000Z (over 6 years ago)
- Last Synced: 2025-01-18T06:13:26.221Z (4 months ago)
- Topics: bootstrap4, ruby, ruby-on-rails, sqlite3
- Language: Ruby
- Homepage:
- Size: 153 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
Social Ruby
Social network with Ruby on Rails
## Prerequisites
Be sure to have **Ruby >= 2.2.2** , **Ruby on Rails >= 5.0** and **SQLIte >= 3.19.3** installed on your computer/server
## Installation
### Clone project and install dependencies
```shell
git clone https://github.com/abourtnik/SocialRuby
cd SocialRuby
bundle install
```### Run migrations
```shell
rails db:migrate RAILS_ENV=development
```### Run project
```shell
rails s -p 3001
```### Enjoy !
[http://localhost:3001](http://localhost:3001)