Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyberlight/questionnaire-ui
questionnaire web ui
https://github.com/cyberlight/questionnaire-ui
Last synced: 20 days ago
JSON representation
questionnaire web ui
- Host: GitHub
- URL: https://github.com/cyberlight/questionnaire-ui
- Owner: CyberLight
- Created: 2014-11-30T14:20:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-30T14:36:32.000Z (about 10 years ago)
- Last Synced: 2024-04-15T02:46:03.317Z (9 months 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` folderRunning
=======
* 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`