Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmitrymomot/lfm
Collect leads via a form on a website and manage them by simple admin panel.
https://github.com/dmitrymomot/lfm
Last synced: 3 days ago
JSON representation
Collect leads via a form on a website and manage them by simple admin panel.
- Host: GitHub
- URL: https://github.com/dmitrymomot/lfm
- Owner: dmitrymomot
- License: apache-2.0
- Created: 2021-04-16T05:10:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-04-18T18:06:12.000Z (over 3 years ago)
- Last Synced: 2023-03-27T13:26:44.467Z (over 1 year ago)
- Language: CSS
- Size: 57.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Leads Form Manager
Collect leads via a form on a website and manage them by simple admin panel.[![Deploy to DO](https://www.deploytodo.com/do-btn-blue.svg)](https://cloud.digitalocean.com/apps/new?repo=https://github.com/dmitrymomot/lfm/tree/develop)
---
Not ready for production!
---
## Environment Variables
| Name | Is Required | Default Value |
| ---------------- | ----------- | ------------------ |
| APP_PORT | no | 8000 |
| APP_BASE_URL | no | http://localhost |
| DEBUG_MODE | no | false |
| HEALTH_ENDPOINT | no | /health |
| TEMPLATE_DIR | no | ./src/views |
| FORM_CONFIG_PATH | no | ./form.config.yaml |
| STATIC_FILES_DIR | no | ./src/assets |