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.
- Ruby, HTML5, CSS3, JavaScript,
- Ruby On Rails, Semantic UI
-
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