Skip to content

ruado1987/surveyApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run the app in development mode

To load the sample data(fixtures), please use the following command line: grails -DtestData= run-app e.g. grails -DtestData=simpleSurvey run-app

How to open pages as admin

Please open url at http://localhost:8080/surveyApp/survey/login?pwd= You can get the inital password in Bootstrap.groovy, and update it at runtime, by login first, then go http://localhost:8080/surveyApp/settings page.

To logout, go http://localhost:8080/surveyApp/survey/logout

This is different than the initial accessToken based auth design. The flag is put in HTTP session, so you don't have to pass the token everywhere.

Load initital data

http://localhost:8080/surveyApp/survey/login?pwd= then http://localhost:8080/surveyApp/survey/load/

About

A simple application used for survey purpose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages