API backend for CodeInChat, supporting user authentication, group chat, and interactive programming task cards.
- 🧱 Ruby on Rails API mode
- 🍪 Cookie-based Authentication (Switched from JWTs for security)
- 🔐 session management
git clone https://github.com/GPFE/CodeInChat-Backend-V3.git
cd CodeInChat-Backend-V3
bundle install
rails db:create db:migrate
rails s
- Add background jobs (e.g. chat notifications)
- Rate limiting & throttling
- Admin panel (RailsAdmin or ActiveAdmin)