An open API service indexing awesome lists of open source software.

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.

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.