Skip to content

Latest commit

 

History

History
73 lines (48 loc) · 1.71 KB

README.md

File metadata and controls

73 lines (48 loc) · 1.71 KB

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 ✨