Forms is an interactive surveying applications. Which can create forms with a slick interface.
- Authentication
- Notifications
- Survey data analysis
- Multiple question types e.g. multiple choice, written, slider etc.
- All basic features related to creating a survey
To run the code you will need Golang and NodeJs. Then you can run the following commands:
git clone https://github.com/nireo/forms
cd client
npm install
npm run
cd server
go run main.go
If you don't have multiple Golang dependencies loaded you will probably come across errors while running the code. This can fixed by installing the dependencies like this:
go get -u dependency-name
Anyone can commit to the project, but completely new and unaccounted features will probably not be accepted.