An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        


Rails logo


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)