Skip to content

Files

Latest commit

author
Emmanuel Blin
Jun 22, 2023
3e61d56 · Jun 22, 2023

History

History

client

Resume Builder with Chat GPT

Followed the tutorial from: novu.co
find the original code on GitHub: David Asaolu

Usage

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