Skip to content

bellitabellota/in-a-nutshell

Repository files navigation

In A Nutshell - Messenger App

This project is my realization of the final project of TOP's React section in the Rails path.

For deployment Koyeb was used, the PostgreSQL database is run via Neon and an Redis via Upstash.


Try the app yourself: --> Visit deployed app

You can sign up/log in using the below credentials:

testuser@mail.com
  
password1!

Connect with me using this token:

  9b43a805c1d55d0a1a2e

Features

  • Log in / out / Account deletion

    • Authentication with Devise gem
  • Home / Chats

    • Overview of all chats with the current user's contacts, sorted by most recent activity
    • The individual chats can be accessed by clicking on them.
  • Contacts

    • Users can view the profiles of others and connect with them by entering the Connect Token (which other users shared with them and can be found under 'My Profile').
    • Upon connecting with another user, a chat is created that can be accessed under 'Chats'.
  • My Profile

    • By default, the email address will be the profile name.
    • The profile can be customized (profile picture, name and info)
    • On this page, users can delete their profile.
  • Chat

    • On larger devices (e.g., desktop) in addition to the messages and text editor a contact list is displayed.
    • Users can send rich text messages which allows them to send images as well.
    • The chat provides real-time functionality via websockets for receiving messages.
  • Miscellaneous

    • Image upload is realized via Active storage using Amazon S3 for cloud storage.
    • Sending rich text messages is enabled via ActionText and the Trix Editor.
    • The core features are covered with system tests using RSpec, Capybara and FactoryBots.

Models and Associations

image

Screenshots

  • Login: image

  • Home / Chats:

    image
  • Chat:

    image
  • Contacts:

    image
  • Profile page - displaying the profile:

    image
  • Profile page - customizing the profile:

    image
  • Demo Video:

In.A.Nutshell.-.Demo.mp4

Image Sources

About

A single-page React on Rails messenger app tested with RSpec

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors