ownlifeful / DramaFest

Theatre Festival Registration Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DramaFest

Theatre Festival Registration Application

( This is currently a work in progress. )

Installation

  1. Install node.js from https://nodejs.org/en/download/

  2. Clone the application:

     git clone https://github.com/ownlifeful/DramaFest.git
    
  3. Install dependencies.

     cd DramaFest
     npm install
    
  4. Edit the .env file and specify the following required parameters.

     SUBMISSION_DEADLINE=Sep 15 2017
     AUTH0_CALLBACK_URL=http://ownlifeful.com:3000/callback
    
  5. Launch the application.

     node app
    
  6. Point your browser to http://localhost:3000/ or the appropriate URL for your server. Enjoy!

Ashwin Dixit

About

Theatre Festival Registration Application


Languages

Language:JavaScript 52.7%Language:HTML 47.3%