8cv or Infinite CV is the ideal platform to build your portfolio, share your projects, and provide your links and CV. It offers a seamless way to showcase your skills and connect with potential opportunities.
Warning This project is still in development and is not ready for production use.
- Framework: Next.js
- Styling: Tailwind CSS
- Auth Management: NextAuth
- ORM: Prisma ORM
- UI Components: shadcn/ui
- File Uploads: uploadthing
- Clone the repository
git clone https://github.com/daishek/8cv.git
- Install dependencies using npm
npm i
- Copy the
.env.example
to.env
and update the variables.
cp .env.example .env
- Push the database schema
npx prisma db push
- Start the development server
npm run dev