Skip to content

Latest commit

 

History

History
66 lines (46 loc) · 1.83 KB

README.md

File metadata and controls

66 lines (46 loc) · 1.83 KB

Showcase images, projects, certificates, experiences, and education seamlessly for a standout professional portfolio.

Codedamn Frontend Assignment

Tech Stack

Key Features

  • Authentication with NextAuth.js
  • File uploads with uploadthing
  • ORM using Prisma ORM
  • Database on PlanetScale
  • Validation with Zod
  • Storing data with MongoDB
  • Responsive design with Tailwind CSS

Key Functionalities

  • Updating and display of personal information as per the design
  • Creation and deletion of projects, certificates, experience, education

Running Locally

  1. Clone the repository
git clone https://github.com/Sukrittt/codedamn-frontend-assignment.git
  1. Install dependencies using pnpm
npm install
  1. Copy the .env.example to .env and update the variables.
cp .env.example .env
  1. Start the development server
npm run dev
  1. Push the database schema
npx prisma db push

How do I deploy this?

Follow the deployment guides for Vercel, Netlify and Docker for more information.