项目作者: alchemist-itbangmod

项目描述 :
Q&A System for conference event. 🎧
高级语言: JavaScript
项目地址: git://github.com/alchemist-itbangmod/ask.git
创建时间: 2017-03-13T09:19:57Z
项目社区:https://github.com/alchemist-itbangmod/ask

开源协议:

下载


ask

The best audience interactive in the world :)

Feature

  • ask
    • Coming soon !
  • organize
    • Coming soon !

Development ask-frontend guide line

  1. Change current directory to ask-fronend by using this command.
    1. cd ask-frontend
  2. Install dependencies by using this command.
    1. yarn
    or
    1. yarn install
  3. Start development server by using this command.
    1. yarn develop

Development ask-api guide line

  1. Change current directory to ask-api by using this command.

    1. cd ask-api
  2. Install dependencies by using this command.

    1. yarn

    or

    1. yarn install
  3. Setting up environments.

    • HOST_DEV_DB
    • USER_DEV_DB
    • PASSWORD_DEV
    • DATABASE_DEV_DB
    • SECRET
  4. Start development server by using this command.
    1. yarn dev