This is the auction portal used during the IPL Auction Simulation DreamTeam!
Meant to be used for audience and admins.
- Copy the
api/configs/config.example.yml
file asconfig.yml
in the same folder. Modify the necessary details. - Run Postgres and fill in the database connection details.
- Get a Google Oauth Client ID and Client Secret from Google Cloud Console and fill the details.
- Get the required assets for the frontend and place them in a folder called
assets/
in theapi/
folder.
- Navigate to the
/api
folder and rundocker compose up
- Make sure you have Go 1.22 installed.
- Run go run cmd/dreamteam/main.go
- Server should start at port 8069 (default)
- Install the dependencies using
npm install
oryarn install
orpnpm install
orbun install
- Run the development server using
npm run dev
oryarn dev
orpnpm dev
orbun dev
- Open http://localhost:3000 with your browser to see the result.
- The easiest way to deploy the Next.js app is to use the Vercel Platform from the creators of Next.js.
- Golang
- Postrges
- Websockets
- Next.js
- Typescript