Skip to content

Ruby on Rails based social network

Notifications You must be signed in to change notification settings

mzeleniuk/Amaterasu

Repository files navigation

Amaterasu

Amaterasu - social network. Users can create own profiles, post messages, attach picture to posts, search and follow/unfollow other users.

Please, feel free to visit Amaterasu!

Ruby version

Ruby 2.5.7

System dependencies

Rails 4.2.11.1

Database creation

Run rake db:create in Terminal.

Database initialization

Run rake db:migrate in Terminal.

How to run the test suite

Run bundle exec rspec in Terminal.

How to run the integration tests

Run bundle exec cucumber in Terminal.