README

Development

  1. Clone project.

  2. Copy .env.example file to .env file.

  3. Feel .env file by actual values of DATABASE_USER and DATABASE_PASSWORD.

  4. Run rails db:create.

  5. Run rails s.

  6. Open http://localhost:3000/ in browser.