Thanks to visit codestin.com
Credit goes to github.com

Skip to content

This repository contains the codebase for the Rotaract Galgotias website built with Next.js and Prisma.

rotaractgalgotias/website

Repository files navigation

Rotaract Galgotias Website

This repository contains the codebase for the Rotaract Galgotias website built with Next.js and Prisma.

Features

  • Next.js
  • Prisma ORM
  • TypeScript Support
  • Rotaract Integration
  • Supabase

Setup

  1. Clone the repository

    git clone https://github.com/your-username/rotaract-galgotias-website.git
    cd rotaract-galgotias-website
  2. Install dependencies

    npm install
    # or
    yarn install
  3. Configure environment variables

    Rename .env.example to .env and update the values.

    DATABASE_URL="your db url"
    CURRENT_YEAR="Current Year"
    ROTARACT_API_KEY="your rotaract api key"
    GEMINI_API_KEY="Your GEMINI API Key"
  4. Run Prisma migrations

    npx prisma migrate dev
  5. Start the development server

    npm run dev
    # or
    yarn dev

License

MIT

About

This repository contains the codebase for the Rotaract Galgotias website built with Next.js and Prisma.

Topics

Resources

Stars

Watchers

Forks

Contributors 8

Languages