https://github.com/guptamudit/cv-builder
Created an online tool to help people build professional resume quickly and easily. The platform offers multiple templates with customization options to create resume according to individual needs and preferences.
https://github.com/guptamudit/cv-builder
nextjs oath postgresql prisma stripe supabase-db tailwindcss typescript
Last synced: 3 months ago
JSON representation
Created an online tool to help people build professional resume quickly and easily. The platform offers multiple templates with customization options to create resume according to individual needs and preferences.
- Host: GitHub
- URL: https://github.com/guptamudit/cv-builder
- Owner: guptamudit
- Created: 2024-11-20T04:21:05.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-20T04:35:35.000Z (about 1 year ago)
- Last Synced: 2025-05-20T05:29:11.329Z (about 1 year ago)
- Topics: nextjs, oath, postgresql, prisma, stripe, supabase-db, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 341 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Resume Builder
- Created an online tool to help people build professional resume quickly and easily.
- The platform offers multiple templates with customization options to create resume according to individual needs and preferences.
- Implemented OAuth authentication to enhance user security and streamline admin access.
- Integrated Stripe payment gateway to allow users to subscribe to premium / paid templates.
## Project Setup
```bash
git clone https://github.com/guptamudit/cv-builder.git
npm install (dependencies)
```
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.