/SurveyWS

This is a simple WS written in Python 2.7 that exposes the API for creating/manipulate/showing surveys

Primary LanguagePython

SurveyWS

SurveyWS is a simple Web Service developed as a project for my University.

This project sets itself the goal of finding an efficient method to collect and manage computerised surveys by designing and developing a Web-based Service platform. It has been developed in order to be flexible and adaptable as much as possible to any context of use.

The technologies involved are:

  • Python 2.7
  • Flask, a microframework used to build Web Services based on REST architecture.
  • SQLite, a self-contained, high-reliability, embedded, full-featured, public-domain, SQL database engine
  • JSON as a standard protocol for exchanging data

The functionalities that this first version of SurveyWS offers are:

  • user registration
  • user login
  • user deletion
  • loading of surveys
  • showing of all surveys on the platform
  • showing of a single survey
  • completion of a survey

If, for any reasons, you are interested in this project feel free to contact me.

In the following, some screenshots of SurveyWS working:

A complete survey

All surveys