Skip to content

khushived/qr

 
 

Repository files navigation

Techno Event Management

A powerful event management suite.


GitHub Repo stars

Techno Event Management is an event management suite which helps with managing all aspects of an event from registration to tracking participants during the event and more.

Features

  • Real-time participant tracking: Track all the participants using a qr code during the event.
  • Analytics: Get insights about the event.

Getting Started

Prerequisites

Here's what you need to be able to run Techno Event:

  • Node.js (version >= 18)
  • PostgreSQL

1. Clone the repository

git clone https://github.com
cd techno-event-management

2. Install npm dependencies

pnpm install

3. Copy the environment variables to .env

cp .env.example .env

4. Run the dev server

pnpm run dev

5. Open the app in your browser

Visit http://localhost:3000 in your browser.

Our Contributors ✨

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.7%
  • JavaScript 1.5%
  • Other 0.8%