Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amoghmadan/quick-contact
Generate QR Contact
https://github.com/amoghmadan/quick-contact
docker docker-compose flask python
Last synced: 19 days ago
JSON representation
Generate QR Contact
- Host: GitHub
- URL: https://github.com/amoghmadan/quick-contact
- Owner: amoghmadan
- License: mit
- Created: 2022-10-09T10:45:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-09T10:50:46.000Z (over 2 years ago)
- Last Synced: 2024-11-17T19:35:45.394Z (3 months ago)
- Topics: docker, docker-compose, flask, python
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quick Contact
QR (Quick Response) Contact
## Run Docker
```bash
docker-compose build
docker-compose up -d
```## Post at /
Required fields: first_name, last_name and cell.
```json
{
"first_name": "First",
"last_name": "Last",
"organization": "Organization",
"title": "Title",
"cell": "+91XXXXXXXXXX",
"phone": "+91XXXXXXXXXX",
"fax": "+91XXXXXXX",
"email": "[email protected]",
"url": "https://example.com",
"street": "Local Street",
"city": "City",
"region": "Region",
"postcode": "123456",
"country": "Country"
}
```