Skip to content

divy-03/kickbid-next

Repository files navigation

Kickbid

KickBid will allow students to register as players, be rated based on their skills, and participate in an auction in which captains bid to form their teams. The platform provides real-time updates, team statistics, and tournament schedules, enhancing the experience for both players and spectators. It also offers an admin dashboard for managing events and ratings.

Steps to setup

Clone Repo

Clone this repo and install dependencies

git clone https://github.com/divy-03/kickbid-next
cd kickbid-next
bun install

Set env variables

copy and set environment variables in .env (.env.development if using docker compose to setup)

cp .env.example .env
cp .env.example .env.development

Connect to database

use docker compose to start a postgres server, and bun next app

docker compose up

Setup database & generate Prisma client

run database migration manually in docker container

docker exec -it kickbid_app bunx --bun prisma migrate dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages