Skip to content

Share your resume is a platform where you can share your resume with others and also see other's resume. This project is made using Next.js, Shadcn-ui, Tailwindcss. Used NextAuth for authentication and PostgreSql for database. For Storage used AWS S3.

Notifications You must be signed in to change notification settings

bhataasim1/share-my-resume

Repository files navigation

Share Your Resume

Share your resume is a platform where you can share your resume with others and also see other's resume. This project is made using Next.js, Shadcn-ui, Tailwindcss. Used NextAuth for authentication and PostgreSql for database. For Storage used AWS S3.

Features

  • Create your resume
  • Share your resume with others
  • See other's resume

Tech Stack

  • Next.js
  • Shadcn-ui
  • Tailwindcss
  • NextAuth
  • PostgreSql
  • AWS S3

Installation

  1. Clone the repository
git clone 
  1. Install dependencies
npm install
  1. Create a .env.local file in the root directory and add the following
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=your_nextauth_secret
DATABASE_URL=postgres://username:password@localhost:5432/dbname
AWS_ACCESS_KEY=your_aws_access_key
AWS_SECRET_KEY=your_aws_secret_key
AWS_REGION=your_aws_region
AWS_BUCKET_NAME=your_aws_bucket_name
  1. Run the development server
npm run dev
  1. Open http://localhost:3000 with your browser to see the result.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

Share your resume is a platform where you can share your resume with others and also see other's resume. This project is made using Next.js, Shadcn-ui, Tailwindcss. Used NextAuth for authentication and PostgreSql for database. For Storage used AWS S3.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages