Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
talavis committed Apr 22, 2022
1 parent ce38f4b commit 95bb721
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Form Manager
============

A simple system (backend/frontend) to receive form submissions.

Login is performed using OpenID connect. There is no internal user account management.

When a form is added, it will be given a unique ID. Form submission can then be done using POST to `/api/v1/form/<identifier>/incoming`. The full url for submissions is also available: `/api/v1/form/<identifier>/incoming`.

Features:
* Send the form submission to an email address
* Recaptcha validation (v2 confirmed to work)
* Redirection to wanted page after submission

## Setup

* Mongo database
* Backend (Flask)
* Frontend (Quasar)

0 comments on commit 95bb721

Please sign in to comment.