Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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"
}
```