Natural-Language-Understanding-node Server side of Natural-Language-Understanding project Add the credentials required to the .env file you created in /auth-node folder: API_KEY=<your api key> API_URL=<your url> ACCESS_TOKEN_SECRET=<your access token> REFRESH_TOKEN_SECRET=<your refresh token> DATABASE_URI=<you mongodb uri> Instal dependencies npm install Run environment npm run dev