Skip to content

Sample .NET Core backend for SurveyJS: Survey library and Survey Creator

License

Notifications You must be signed in to change notification settings

jducobu/surveyjs-aspnet-mvc

 
 

Repository files navigation

surveyjs-aspnet-mvc

Sample .NET Core backend for SurveyJS: Survey Library and Survey Creator

Disclaimer

This demo illustrates how to integrate SurveyJS libraries with ASP.NET Core backend. This demo doesn't cover all of real survey service application aspects, such as authentication, authorization, user management, access levels and different security issues. These aspects are covered by backend-specific articles, forums and documentation. This demo demos is just intergration one and can't be used as a real service.

Prerequisites

  • Install .NET Core on your computer
  • Clone this repository in the surveyjs-aspnet-mvc folder
  • Build surveyjs-aspnet-mvc application via dotnet build command in the surveyjs-aspnet-mvc folder
  • Start applucation via dotnet run command

At this point demo surveyjs-php service will be available at the http://localhost:5000 address. If everything is ok, you should see project home page with list of available surveys and links to Survey and Survey Creator pages.

You can continue with survey via Run page, go through the survey and post results to the custom service. You can continue with Survey Creator via Edit page, change the survey and store survey JSON to the custom service.

About

Sample .NET Core backend for SurveyJS: Survey library and Survey Creator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 72.6%
  • HTML 15.0%
  • JavaScript 10.6%
  • CSS 1.8%