GithubHelp home page GithubHelp logo

isabella232 / raffleapp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from serverless/raffleapp

0.0 0.0 0.0 86 KB

A serverless raffle app

Home Page: https://serverless-raffle.netlify.com/

JavaScript 45.12% HTML 2.14% CSS 17.99% Python 34.75%

raffleapp's Introduction

Raffle

A simple raffle application with a backend serverless service. The service provides functionaity exposed via an HTTP API. The routes are as follows:

  • POST /create: Admin endpoint that creates a shortcode for a new raffle instance based on event name. Used to create a new raffle for an event. Returns an 8 character alphanumeric shortcode xf4c85g9 that will be then used to do a raffle at raffle.serverless.com/xf4c85g9
  • GET /{shortcode}: Admin endpoint that starts a raffle, and picks a winner
  • PUT /{shortcode}: Admin endpoint that ends a raffle, and inactivates it
  • POST /{shortcode}/register: Public endpoint that lets user register for the raffle. Must pass in an identification method.

Rules

  • Admin functionality is protected by an Auth0 authorizer (/admin)
  • Users must signup and login to the Platform to enter raffle

raffleapp's People

Contributors

alexdebrie avatar davidwells avatar rupakg avatar nikgraf avatar pmuens avatar tomdev avatar

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.