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
- Host: GitHub
- URL: https://github.com/raynardj/wedding
- Owner: raynardj
- Created: 2019-06-22T02:16:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-22T20:00:10.000Z (almost 3 years ago)
- Last Synced: 2025-10-08T21:34:32.325Z (9 months ago)
- Language: CSS
- Size: 15.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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```