Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 |