Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/surveyjs/surveyjs-aspnet-mvc
This demo shows how to integrate SurveyJS components with a .NET Core backend.
https://github.com/surveyjs/surveyjs-aspnet-mvc
asp-net-core csharp form-builder survey survey-app survey-creator survey-maker surveyjs
Last synced: 3 days ago
JSON representation
This demo shows how to integrate SurveyJS components with a .NET Core backend.
- Host: GitHub
- URL: https://github.com/surveyjs/surveyjs-aspnet-mvc
- Owner: surveyjs
- License: other
- Created: 2017-10-03T08:39:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T08:10:19.000Z (3 months ago)
- Last Synced: 2024-08-26T10:22:21.130Z (3 months ago)
- Topics: asp-net-core, csharp, form-builder, survey, survey-app, survey-creator, survey-maker, surveyjs
- Language: C#
- Homepage: https://surveyjs-aspnet-core.azurewebsites.net/
- Size: 19.1 MB
- Stars: 103
- Watchers: 12
- Forks: 76
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SurveyJS + .NET Core Demo Example
This demo shows how to integrate [SurveyJS](https://surveyjs.io/) components with a .NET Core backend.
[View Demo Online](https://surveyjs-aspnet-core.azurewebsites.net/)
## Disclaimer
This demo must not be used as a real service as it doesn't cover such real-world survey service aspects as authentication, authorization, user management, access levels, and different security issues. These aspects are covered by backend-specific articles, forums, and documentation.
## Run the Application
Install [.NET](https://dotnet.microsoft.com/en-us/download) on your machine. After that, run the following commands:
```bash
git clone https://github.com/surveyjs/surveyjs-aspnet-mvc.git
cd surveyjs-aspnet-mvc
dotnet build
dotnet run
```Open http://localhost:5000 in your web browser.
## Client-Side App
The client-side part is the `surveyjs-react-client` React application. The current project includes only the application's build artifacts. Refer to the [surveyjs-react-client](https://github.com/surveyjs/surveyjs-react-client) repo for full code and information about the application.
## Other Resources
The [Endatix Platform](https://endatix.com/?utm_source=surveyjs&utm_medium=partner+link) is an open-source solution that provides a fully integrated server-side API for managing SurveyJS forms and their results within .NET environments. Endatix provides a complete backend application structure, from API requests to database integration and admin management, allowing users to quickly implement a fully operational server environment with minimal coding. Endatix is an ideal choice for developers looking for an efficient way to implement SurveyJS without extensive server-side development.
**Endatix Platform repo:** https://github.com/endatix/endatix