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

https://github.com/raynardj/wedding

A wedding seat planner
https://github.com/raynardj/wedding

Last synced: 9 months ago
JSON representation

A wedding seat planner

Awesome Lists containing this project

README

          

# Wedding Guest Planning App

> Ray & Jamie's Amazing wedding
Built with flask appbulder
With illustrations

### Installation
```
git clone https://github.com/raynardj/wedding
cd wedding
docker build -t wed .
docker run -it --rm -p "8090:8080" wed
```

Visit the service on ```http://localhost:8090```