Followed the tutorial from: novu.co
find the original code on GitHub: David Asaolu
1- Crate an OpenAI account
2- Create an API Key
3- Create a [.]env file inside the server
directory, and add your OpenAI API key there
4- Make an environement variable REACT_APP_API_KEY = YourAPIKey
5- NRun both servers using npm start