- Install all dependencies:
npm install - Find the prediction API keys for the classifiers in the Azure Console:
- Azure Console > Resource Groups > myNVD2022 > NVDfridge-Prediction > Keys and Endpoint > KEY 1
- Set the prediction API key as an environment variable:
- Mac/Linux:
export PRED_KEY=<api_key>
- Windows:
set PRED_KEY=<api_key>
- Mac/Linux:
- Download the Firebase secret key file from Slack and move into root directory
- Start server with:
nodemon server.jsif in developmentnode server.jsotherwise
- Test server endpoint with
server_request_test.py
NVDB6/WITF-Server
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|