Skip to content

This is a simple resume builder using GPT-3. It is built using React.js, Tailwind CSS, and Render.

Notifications You must be signed in to change notification settings

Kalyan-velu/Resume-Builder-using-GPT3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

View Live Site

This is a simple resume builder using GPT-3. It is built using React.js, Tailwind CSS, and Render.

Getting Started

Prerequisites

Installing

  1. Clone the repository
git clone
  1. Install dependencies
yarn install
  1. Create a .env file in the root directory and add the following
OPENAI_API_KEY="your api key"
  1. Run the app
yarn start

Deployment

Deploy

  1. Create a new Render service
  2. Add the following environment variables
OPENAI_API_KEY="your api key"
  1. Add the following build command
yarn build
  1. Add the following start command
node server/index.js
  1. Deploy the service
  2. Visit the URL to see the app running
  3. Enjoy!

About

This is a simple resume builder using GPT-3. It is built using React.js, Tailwind CSS, and Render.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published