Maufa42 / chat-app

Home Page:https://fullerf.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chat-app

Prerequisites

The setups steps expect following tools installed on the system.

1. Check out the repository
git clone https://github.com/Maufa42/chat-app.git
2. Create database.yml file

Copy the sample database.yml file and edit the database configuration as required.

cp config/database.yml.sample config/database.yml
3. Create and setup the database

Run the following commands to create and setup the database.

bundle exec rake db:create
bundle exec rake db:setup
4. Start the Rails server

You can start the rails server using the command given below.

bundle exec rails s

And now you can visit the site with the URL http://localhost:3000

About

https://fullerf.herokuapp.com/


Languages

Language:Ruby 46.7%Language:HTML 36.1%Language:JavaScript 13.6%Language:CSS 3.5%Language:Shell 0.1%