Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 848 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 848 Bytes

Message-me App

This is a real time chat application where users can sign up to have accounts and start chatting with all signed up members in real-time.

image image

Build with

  • Ruby, HTML5, CSS3, JavaScript,
  • Ruby On Rails, Semantic UI

Steps are necessary to get the application up and running.

  • Ruby version: "3.1.3"

  • Rails version: "~> 7.0.4", ">= 7.0.4.3"

  • Database creation

  rails db:create
  • Database initialization
  rails db:migrate
  • How to run the server
  rails server