/hackjam.dev

Project for Next.js Global Hackathon

Primary LanguageTypeScriptGNU Affero General Public License v3.0AGPL-3.0

HackJam

HackJam is a Next.js application that allows you to create and manage your own hackathons. It provides a user-friendly interface for organizing events, managing participants, and tracking submissions.

About

This is a Next.JS Hackathon submission done by Bruno Fantauzzi, Thiago Murtinho, and Raphael Novello.

Production URL: https://hackjam-dev.vercel.app

Screenshots

HackJam Screenshot HackJam Screenshot HackJam Screenshot HackJam Screenshot HackJam Screenshot HackJam Screenshot

Development

  • bun i
  • You need a .env file with:
BETTER_AUTH_SECRET="any string"
DATABASE_URL=<Postgres URL>
  • bun dev

Open http://localhost:3000 with your browser to see the result.