Skip to content

outta-ai/cert-management

Repository files navigation

This is a certificate management platform based on Next.js Framework.

Features

  • Create Certificate
    • Dynamic Text Fields
    • QR Code for Certificate Verification
  • Issue Certificate
    • Certificate Download as PDF
  • User Management
    • Whitelisted User Management

Depolyment

Environment Variables

  • General Variables
    • BASE_URL: Base URL of the application
    • DEFAULT_ADMIN_EMAIL: Default Admin Email
  • NextAuth Related Variables
    • NEXTAUTH_URL: Base URL of the application
    • NEXTAUTH_SECRET: Secret generated by openssl rand -hex 32
  • Database Related Variables
    • DATABASE_URL: Database URL
  • Google OAuth Related Variables
    • GOOGLE_CLIENT_ID: Google OAuth Client ID
    • GOOGLE_CLIENT_SECRET: Google OAuth Client Secret
  • AWS S3 or S3 compatible storage
    • AWS_REGION: AWS Region
    • AWS_ACCESS_KEY_ID: AWS Access Key ID
    • AWS_SECRET_ACCESS_KEY: AWS Secret Access Key
    • AWS_S3_BUCKET_NAME: AWS S3 Bucket Name
    • AWS_S3_ENDPOINT: AWS S3 Endpoint (Optional)

About

Certificate Management System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages