Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mattreid1/rails-chat-app
- Owner: mattreid1
- Created: 2019-11-26T16:49:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T16:26:16.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T17:29:08.249Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 314 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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)