/simple-social-network

Simple social network

Primary LanguageRubyApache License 2.0Apache-2.0

Basic SocialNetwork

Install gems

  • docker-compose run --rm website bundle install

DB

  • docker-compose run --rm website bundle exec rake db:create
  • docker-compose run --rm website bundle exec rake db:migrate

Run project

  • docker-compose up --build -d