Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 428 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 428 Bytes

Ruby Science Rails Example app

It's a Rails 7 app.

The application allows users to sign up and create surveys. Other users can then sign in and answer the questions on the survey. The basic requirements are similar to Wufoo.

Running the app

Make sure you're running Ruby 3.2.2 (there's a .tool-versions) and then:

bin/setup
rails server

Open on http://localhost:3000