This is a simple resume builder using GPT-3. It is built using React.js, Tailwind CSS, and Render.
- Clone the repository
git clone
- Install dependencies
yarn install
- Create a
.env
file in the root directory and add the following
OPENAI_API_KEY="your api key"
- Run the app
yarn start
- Create a new Render service
- Add the following environment variables
OPENAI_API_KEY="your api key"
- Add the following build command
yarn build
- Add the following start command
node server/index.js
- Deploy the service
- Visit the URL to see the app running
- Enjoy!