Skip to content

timmui/CoinChat

Repository files navigation

CoinChat

Installation

Install Node.js and npm before proceeding.

  1. Install yarn package manager.
    npm install -g yarn
  1. Install project dependancies.
    yarn install
  1. Start the project
    yarn start

Environment Variables

All environment variables should be set in a .env file in the root of the project.

.env File Example

PORT=3978
NODE_ENV=development

Microsoft

  • MICROSOFT_APP_ID : App ID for bot framework
  • MICROSOFT_APP_PASSWORD : App Password for bot framework
  • MICROSOFT_TEXT_ANALYTICS_KEY : Text Analytics key for sentiment

Misc

  • PORT : Port for Node (default: 3978)
  • NODE_ENV : Tells Node what environment we want to run in. development or production (default: development)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •