Metadata-Version: 2.1
Name: formsnake-api
Version: 0.0.2
Summary: Open Source alternative to Google Forms.
Home-page: https://github.com/formsnake/formsnake-api
Author: Dakota Brown
Author-email: dakota.kae.brown@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: flask (>=2)
Requires-Dist: flask-sqlalchemy
Requires-Dist: flask-marshmallow
Requires-Dist: flask-mail
Requires-Dist: marshmallow-sqlalchemy
Requires-Dist: psycopg2
Requires-Dist: cx-oracle
Requires-Dist: pymssql
Requires-Dist: pycryptodome
Requires-Dist: alembic
Requires-Dist: pymysql
Requires-Dist: python-dotenv
Requires-Dist: flask-bcrypt
Requires-Dist: beautifulsoup4
Requires-Dist: uwsgi
Requires-Dist: flask-cors
Requires-Dist: PyJWT

Formsnake API
==

A secure, open-source replacement for other form providers. Host your own forms platform, collect responses, and visualize data, all on your own infrastructure.

This repository only covers the back-end of the service. Any custom client can be made to interact with this back-end, but an official one will be developed, as well.

About
--

This project is designed to replace services like Google Forms with an open-source alternative. Privacy is a big issue, and some people would like to store responses to the forms and questionnaires they create somewhere they can trust. Whether it's a comapny collecting private, internal data or a student trying to do a survey for school, people deserve to know where their data is held.

Other platforms like this already exist, but I wanted to make my own as a bit of a challenge to myself. Simply for that reason, this exists.

