garyharan / faq

Simple frequently asked questions tool for a unique theme and limited users.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Faq

FAQ is a simple Phoenix/Elixir application that allows you to receive questions you can answer.

Setup

Create the following environment variables:

export MAILGUN_API_KEY=key-SOMETHING1234567890
export FAQ_APP_NAME="Sous-Vide Cooking FAQ"
export FAQ_APP_ADMINISTRATOR_NAME="Your name"
export FAQ_APP_ADMINISTRATOR_EMAIL="your@email.org"
export SECRET_KEY_BASE="generated from $ mix phoenix.gen.secret"

About

Simple frequently asked questions tool for a unique theme and limited users.


Languages

Language:Elixir 75.9%Language:HTML 17.8%Language:JavaScript 6.2%Language:CSS 0.1%