Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 658 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 658 Bytes

Auctions

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

High level Overview:

image

Installation Instructions:

  1. Clone this repository
  2. Turn on docker desktop
  3. Run docker compose up
  4. npm run dev