Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmromer/survey_hub
https://github.com/jmromer/survey_hub
demo rails rspec ruby tailwindcss
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jmromer/survey_hub
- Owner: jmromer
- Created: 2022-09-06T08:05:50.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T21:04:02.000Z (6 months ago)
- Last Synced: 2024-05-17T13:58:11.404Z (6 months ago)
- Topics: demo, rails, rspec, ruby, tailwindcss
- Language: Ruby
- Homepage: https://survey-hub.fly.dev
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SurveyHub
## Dependencies
- Ruby 3
- Rails 7
- SQLite
- RSpec## Installation
To install Ruby and Node versions with [ASDF][]:
```shell
asdf install ruby
asdf install nodejs
```To install required dependencies and prepare the database:
```shell
bin/setup
```## Development
To start the development server using foreman, issue `bin/dev` and navigate to
[http://127.0.0.1:5000](http://127.0.0.1:5000):```shell
bin/dev
```## Testing
```shell
% PRINT_COVERAGE=t bin/rspec
........................Finished in 0.77 seconds (files took 3.23 seconds to load)
24 examples, 0 failuresCOVERAGE: 100.00% -- 76/76 lines in 9 files
```[asdf]: https://github.com/asdf-vm/asdf