https://github.com/cyberlight/questionnaire-ui
questionnaire web ui
https://github.com/cyberlight/questionnaire-ui
Last synced: about 1 year ago
JSON representation
questionnaire web ui
- Host: GitHub
- URL: https://github.com/cyberlight/questionnaire-ui
- Owner: CyberLight
- Created: 2014-11-30T14:20:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-30T14:36:32.000Z (over 11 years ago)
- Last Synced: 2025-02-13T02:43:55.616Z (over 1 year ago)
- Language: Ruby
- Size: 129 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Preparing to use
================
* Clone this repository
* Go to folder `questionnaire-ui`
* Execute command: `bundle install`
* Execute command: `rake bower:install`
* Copy real `test.db` inside `db` folder
Running
=======
* Inside root directory of cloned repository,
* Execute the following command:
* For running default rails server
```
rails s
```
* In the browser follow to link `http://localhost:3000`