Fork of Wingysam's Christmas-Community at https://github.com/Wingysam/Christmas-Community/tree/master
Find a file
2018-11-23 10:12:28 -05:00
config Add session max age 2018-11-22 19:07:42 -05:00
middlewares Initial Commit 2018-11-20 14:19:58 -05:00
routes Check to make sure move is valid 2018-11-23 10:12:28 -05:00
static Initial Commit 2018-11-20 14:19:58 -05:00
views Check to make sure move is valid 2018-11-23 10:12:28 -05:00
.gitignore Use express-session-level 2018-11-22 18:42:19 -05:00
index.js Add session max age 2018-11-22 19:07:42 -05:00
logger.js Initial Commit 2018-11-20 14:19:58 -05:00
package.json Use express-session-level 2018-11-22 18:42:19 -05:00
README.md Initial Commit 2018-11-20 14:19:58 -05:00
yarn.lock Use express-session-level 2018-11-22 18:42:19 -05:00

Christmas Community

Web app for your family's Christmas shopping

Purpose

To create a simple place for your entire family to use to find gifts that people want, and to avoid double-gifting.

Install

git clone https://gitlab.com/wingysam/christmas-community
cd christmas-community
yarn

Configuration

Add environment variables with a .env. Example:

SITE_TITLE="Christmas Zone"
PORT=80

Startup

yarn start

Setup

Visit / on the HTTP server to add an admin account.