| Filename | Latest commit message | Latest commit date |
|---|---|---|
| images | ||
| .env.example | ||
| .gitignore | ||
| docker-compose.yaml | ||
| README.md | ||
WeddIn
Organize your wedding event and guest list.
Create a digital custom invitation card for your wedding with WeddIn and send the link to your guests. Playfully build a website with all the content around your event, without any programming knowledge.
Table of Content
🔎 About
WeddIn consists of two components:
- WeddIn Client - Frontend
- WeddIn Server - Backend
🚀 Deployment
📲 clone this repository
git clone https://git.gromberg.net/jonathan/weddin.git
cd weddin
🔑 create your own .env file
Copy the .env.example file:
cp .env.example .env
Allow reading & writing only to yourself:
chmod 600 .env
Now you can adapt the client and server urls and generate the required Strapi keys using:
openssl rand -base64 64
🐋 Docker Compose deployment
Apply the docker-compose.yaml file:
docker compose up -d
Important
This setup assumes the use of a reverse proxy like nginx to serve certificates and route traffic to the corresponding endpoints.
🧾 License
You can copy the source code, edit it and build totally new projects with it. But however you are not allowed to use the code for commercial use.
See the LICENSE file for more licensing information.
🚫 Disclaimer
YOUR ARE FREE TO USE THE CODE IN YOUR PROJECTS HOWEVER MAKE CLEAR THAT THE CODE IS OFFERED "AS-IS, WITHOUT WARRANTY AND DISCLAIMING LIABILITY FOR DAMAGES RESULTING FROM USING THE CODE.
