Skip to content

HTML/CSS/Django stack to enable a dynamic database and user authentication

Notifications You must be signed in to change notification settings

Flight-Inspired/Django.Ebay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Django.Ebay

HTML/CSS/Django stack enables a dynamic database for product auctions (like ebay) and user authentication, enabling user specific HTML returns.

Project Structure

TODO

Requirements

To run this project, you'll need:

  • Python
  • Django framework. Install via pip: pip install django

Usage:

  • Browse listings. Register an account to create listings, comment on listings, place bids, and add listings to your watchlist.

Setup Instructions

  • To setup your own database: python manage.py migrate
  • If changes are made to the models: python manage.py makemigrations auctions

Start the development server: python manage.py runserver

About

HTML/CSS/Django stack to enable a dynamic database and user authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published