Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mattreid1/rails-chat-app

A chat app built in Ruby on Rails for my COM2025 coursework.
https://github.com/mattreid1/rails-chat-app

Last synced: 9 days ago
JSON representation

A chat app built in Ruby on Rails for my COM2025 coursework.

Awesome Lists containing this project

README

        

# README
*[GitHub repo](https://github.com/mattreid1/rails-chat-app)*

All images used are public domain.

## Setup
Run `bundle install` to download everything. If that doesn't work, run `bundle install --path vendor/bundle`.

Then run `rake db:setup` to setup the database.

Then run `rails s` to start the web server and websocket server on port 3000.

## Usage

Please go to [`http://localhost:3000/`](http://localhost:3000/) to see the site.

## Account Logins

|Email |Password|
|-------|-----------|
|[email protected]|test|
|[email protected]|test|
|[email protected]|test|
|[email protected]|test|
|[email protected]|test|

These accounts are set up in the `rake db:setup` command as they are in `db/seeds.rb`.

(Yes, the password is `test` for all the accounts for simplicity in testing)