Creating a resume builder using React, Node.js, and the OpenAI API (Chat GPT).
- Clone this repository
- Install both the client and server dependencies by running npm install
- Create an OpenAI account
- Add an API Key to your account in order to communicate with the API.
- Run both servers using npm start