GithubHelp home page GithubHelp logo

wedding's Introduction

Flying Js Serverless Wedding Reservation System

Structure

.
├── aws                 AWS deployment resources
│   └── resources       templates and static web resources
├── environment.yml     conda environment definition
├── setup.py            python setuptools package definition
├── tests               python tests
├── wedding             python package
└── README.md           this file

Development

Quick Start

conda is used to create an isolated development environment.

The first time you work on this project:

$ cd wedding
$ conda env create

Every time you work on this project:

$ source activate wedding

Adding Dependencies

Check conda for packages with conda search. If packages are available in the conda repositories, use conda install to install them. Otherwise, use pip.

Add development and runtime dependencies to environment.yml.

Add only runtime dependencies to setup.py.

AWS Credentials

During local development, add an AWS access key and secret key to ~/.aws/credentials.

Tests

After activating the project's conda environment, simply run

(wedding) $ pytest

Deployment

When you are ready to deploy changes to AWS, simpy run

$ cd wedding/aws
$ make deploy

wedding's People

Contributors

je55ek avatar jennyyennyful avatar

Watchers

James Cloos avatar  avatar  avatar

wedding's Issues

404 Page

Static HTML page in public folder that will be displayed as our "Not found" page

HTML Templates

  • Create a directory css inside the aws/resources/public directory
  • Add custom css files used by templates to the aws/resources/public/css directory
  • Fill in actual content for each of the HTML templates in aws/resources/templates

Invitation image off-center

Click VIEW THE CARD in any of the email invitations. As you resize the browser window, the invitation image jumps off-center at various break-points.

Font got smaller on Thank-You page

The font used to be bigger on the thank-you page that shows up after you submit the rideshare form. It looked nicer in the larger size, in my opinion.

RSVP page is off-center

The name checkboxes, header, decline-switch, and submit button are off-center as a group.

Please adjust so that they look like this:
example

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.