This is a web application where people can bid their items and the highest bidder wins with In-App notifications made with knock, authentication done with lucia auth, and Docker to containerize the whole application and locally host the database with postgres image.
TechStack: TypeScript, NEXTJS, ReactJS, ZOD, PostgresSQL with Drizzle ORM, Docker Lucia Auth & knock.app
- Clone this repository
- Turn on docker desktop
- Run
docker compose up
npm run dev