This is a demo for creating a resume with AI
- NextJS with TailwindCSS for the UI and API
- TriggerDev for running the background jobs
- Resend for sending emails
- OpenAI ChatGPT for the AI
- Change the file .env.local.example to .env and fill up the variables
- Run
npm install - Run
npm run dev - Visit the website on http://localhost:3000