-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |