Skip to content

zprjk/tie-the-knot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tie the knot

This was as personal project that I made for my Wedding. The goal was to my guests share photos with us(me & wife) easily. It was like a public gallery. Everyone could see all the photos that were being shared. No accounts or other shenanigans. "Go to this website and upload it from your phone!"

Video Showcase: click bellow!

IMAGE ALT TEXT

Installation

cd ./client && npm i
cd ./server && npm i

Development

cd ./client && npm run dev
cd ./server && npm run dev
# Open the client localhost url

Build

cd ./client && npm run build
# The frontend dist folder is symlink to ./server/public/www

Run

cd ./server && npm start
# Server will serve the frontwend from ./server/public/www

About

My Wedding app for my guests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published