Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.
/ wedding-rsvp Public archive

A simple MEAN-stack application to collect RSVPs to my wedding

Notifications You must be signed in to change notification settings

robgmills/wedding-rsvp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MEAN RSVP

A simple application built with the MEAN (MongoDB, ExpressJS, AngularJS, NodeJS) stack to collect RSVPs for my wedding.

Tools

In order to build/run this application, it is assumed that you have the following tools installed on your system:

  • MongoDB
  • NodeJS
  • NPM
  • Bower

Instructions

Install dependencies

This project depends on supporting packages provided by NPM and Bower. Install those libraries:

npm update
npm install
bower update

Start Mongo

On a Mac, using MongoDB installed through Homebrew:

mongod --config /usr/local/etc/mongod.conf

Configure App->DB Connection

The application uses environment variables to configure connections to dependencies like MongoDB for storing data.
Simply set the DB_URL environment variable before starting the application:

export DB_URL=mongodb://localhost/news

Start the application

npm start

About

A simple MEAN-stack application to collect RSVPs to my wedding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published