hjjo / question-gathering-kakao-sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

question-gathering-kakao-sample

How to run this project

  1. copy .env.example file to .env
cp .env.example .env
  1. Put your own credentials in .env

To deploy to bluemix

  1. change the name of application in manifest.yml

  2. push application to bluemix

cf push

To run in local

	npm install
	npm start

Download csv file of question list

{your-public-url}/csv/questions

localhost:3000/csv/questions

About

License:Apache License 2.0


Languages

Language:JavaScript 75.1%Language:CSS 20.9%Language:HTML 4.0%