payneInTheBrian / schrodingersCat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install

npm install


Things to add

  • Create a config folder with a .env file and add the following as key = value
    • PORT = 2121 (can be any port example: 3000)
    • CLOUD_NAME = your cloudinary cloud name
    • CLOUD_API_KEY = your cloudinary api key
    • CLOUD_API_SECRET = your cloudinary api secret
    • MS_COMPUTER_VISION_SUBSCRIPTION_KEY = your Microsoft Subscription Key
    • MS_COMPUTER_VISION_ENDPOINT = your Microsoft Computer Vision Endpoint
    • MS_FACE_ENDPOINT = your Microsoft Face Endpoint
    • MS_FACE_SUB_KEY = your Microsoft Face Key

Run

npm start

About


Languages

Language:JavaScript 48.7%Language:EJS 45.4%Language:CSS 5.9%