Skip to content

wasifbinnasir/hackathon5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Next + Nest Auction Project

This project is an auction platform built with Next.js for the frontend and NestJS for the backend. Users can list cars for auction, upload images, set auction details, and place bids.


Table of Contents


Project Structure

root/
β”œβ”€ client/         # Next.js frontend
β”‚  β”œβ”€ app/         # Pages & components
β”‚  β”œβ”€ components/  # Reusable React components
β”‚  β”œβ”€ lib/         # API hooks & utilities
β”‚  └─ public/      # Public assets
β”‚
β”œβ”€ server/         # NestJS backend
β”‚  β”œβ”€ src/
β”‚  β”‚  β”œβ”€ modules/  # Feature modules (cars, auctions, users)
β”‚  β”‚  β”œβ”€ common/   # Shared utilities, filters, guards
β”‚  β”‚  └─ main.ts   # Entry point
β”‚  └─ test/        # Backend tests
β”‚
β”œβ”€ .env            # Environment variables
└─ README.md       # Project documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages