Git Product home page Git Product logo

hackathon-wristbands-server's Introduction

Hackathon Wristband Server

Originally used in ProfHacks 2016, is now used as a reference for other hackathons and organizations.

Original Setup

The original website was hosted on Heroku using Django. This includes the 2 add-ons:

  • Heroku Postgres
  • SendGrid

Environment Variables

  1. auth_token
    • Used for communication with the Android app sensor
    • (CURRENTLY SET STATICALLY IN SERVER)
  2. DATABASE_NAME
    • The name of the database used by Herkou (commonly Herkou Postgres)
    • Generated by Heroku
  3. DATABASE_PASSWORD
    • Password for database used by Heroku
    • Generated by Heroku
  4. DATABASE_PORT
    • Port used by database for communication
    • Default for PostgreSQL: 5432
  5. DATABASE_USER
    • Username for access to Heroku database with DATABASE_PASSWORD.
    • Generated by Heroku
  6. DATABASE_URL
    • URL for Database
  7. DATABASE_URL Alternative
    • A filled Database URL can replace all other Database Environment Variables
    • Example: postgres://username:pass@ec1-11-111-111-111.compute-1.amazonaws.com:5432/database_name

hackathon-wristbands-server's People

Contributors

chrisfrederickson avatar fleker avatar smenon18 avatar johnsbuck avatar

Watchers

James Cloos avatar  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.