Skip to content

Car auction system where users can post cars for auctions and bid on available cars

Notifications You must be signed in to change notification settings

jeenakarmi/auction_site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auction Site

Introduction

A website for auction where users are either buyers or sellers. Buyers can bid on available auctions and sellers can add new items to sell.

Installation

To run the project as a dev you can just run the Django server for backend and Vite server for React as frontend.

Running Django server

  1. cd auction_site assuming you've cloned the repo without changing root directory name.
  2. Install all dependencies listed in requirements.txt:
pip install -r requirements.txt
  1. Create a database on local pgAdmin and set up environment variables for settings.py in the folder backend/.
  2. Run the server
python manage.py runserver

Runnind Vite server

  1. Change directory to forntend/:
cd frontend
  1. Install the dependencies:
npm install
  1. Run the vite app:
npm run dev

About

Car auction system where users can post cars for auctions and bid on available cars

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •