Skip to content

brandon-pereira/hitched

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hitched

Hitched is a reusable system for managing wedding invites, RSVPs, and thank you notes. The idea is that this will take care of all the "behind the scenes" logic and allow you (the developer) to focus on building the appearance and functionality on the front-end.

Hitched also exposes an admin panel which will allow you to easily add, update, and delete guests and their associated information (plus ones, dietary restrictions, music suggestions, etc.).

Installation

npm i -S get-hitched

Usage

Hitched exposes a middleware that you can then use to access our routes.

const express = require("express");
const app = express();
app.use(require("get-hitched")());

Running the demo

  1. Clone this repo
  2. Run npm install
  3. Run npm run demo
  4. Visit localhost:4000

About

Core foundation for my wedding management system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published