A web application for managing and distributing Dogecoin prizes at events.
Create redemption codes with associated prizes, load up a prize wallet and share that Dogecoin fun! Much wow, such prizes!
The project is split into two main components:
A Next.js-based frontend application that provides the user interface for managing doge prizes.
A Next.js-based backend application that handles the business logic and data persistence.
- Node.js (v18 or later)
- npm or yarn
The client will be available at http://localhost:3643.
The server will be available at http://localhost:3644.