Skip to content

alpha2420/resumeB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

AI Resume Builder

A full-stack application to build professional resumes using AI.

๐Ÿš€ Tech Stack

  • Frontend: React + Vite + TailwindCSS
  • Backend: Node.js + Express
  • Database: MongoDB
  • AI: Google Gemini API

๐Ÿ› ๏ธ Setup & Run Locally

1. Backend (Server)

cd server
npm install
npm start

Creates server at http://localhost:3000

2. Frontend (Client)

cd client
npm install
npm run dev

Starts client at http://localhost:5173

๐ŸŒ Environment Variables

Create .env files in both folders:

Server (server/.env):

PORT=3000
MONGODB_URI=your_mongodb_url
JWT_SECRET=your_secret_key
OPENAI_API_KEY=your_gemini_key

Client (client/.env):

VITE_BASE_URL=http://localhost:3000

โ˜๏ธ Deployment

  • Frontend: Deployed on Vercel
  • Backend: Deployed on Render

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published