Thanks to visit codestin.com
Credit goes to github.com

Skip to content

dshoemaker/surveyor

Repository files navigation

Surveyor

Setup

You need to have Ruby 2.7.4 installed using your choice of ruby manager.

Other dependencies needed are node 14, yarn, and sqlite3:

brew install node@14
brew install yarn
brew install sqlite3
gem install rails:6.1.4.4

Set up the database

rails db:migrate

and run the app!

rails s

Surveyor should be available at http://localhost:3000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published