Skip to content

oiax/capejs-demo-on-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cape.JS DEMO on Rails

Cape.JS logo

This is a simple demo app for Cape.JS built on the Ruby on Rails.

Visit Cape.JS Documentation to learn about Cape.JS in general.

Prerequisites

In order to run this demo application, you need following softwares and libraries:

Installation of this demo application

$ git clone https://github.com/oiax/capejs-demo-on-rails.git
$ cd capejs-demo-on-rails
$ bundle
$ npm install
$ bin/rake db:setup

How to start and stop this demo application

To start the application as a server, run this command on your terminal:

$ bin/rails s

Then, you can use it by accessing http://localhost:3000 with a web browser.

Enter Ctrl-C to stop it.

Notes

If you want to allow users to access this app from the computers other than yours, you should open the port 3000 of your computer and start the server with the following command:

$ bin/rails s -b 0.0.0.0

Default account credentials

You can login to this application using the following credentials:

User name: alice
Password: hotyoga

About

A demo Cape.JS app using Ruby on Rails backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published