Skip to content

sametpolat7/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat App

This is a simple real-time chat application built with Ruby on Rails. It uses PostgreSQL for database, Devise with authentication, Pundit for authorization, ActionCable for real-time messaging and TailwindCSS for styling.

Features

  • User Authentication
  • Chat Rooms
  • Real-Time Messaging
  • Authorization
  • Flash Messages

Installation

  1. Create a folder and open it with terminal.
git clone https://gitlab.com/sametpolat7/chat_app.git .
  1. Install dependencies
bundle install
  1. Set up the database
rails db:create
rails db:migrate

Note: Ensure your config/database.yml is correctly configured.

  1. Start the Rails server
rails server

About

Chat App with Rails 7.1

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published