GithubHelp home page GithubHelp logo

hiren2599 / auctions-online Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 3.61 MB

This site has the funtionality in which the admin can keep the product on auction and the user can bid and then at last the user with the best bid will get the product.

Home Page: https://www.hlp2599.pythonanywhere.com/website/

Python 52.49% CSS 9.74% HTML 37.77%

auctions-online's Introduction

Steps for setting up

  1. Create Virtual Environments Refer More Details: https://docs.python.org/3/library/venv.html
python3 -m venv venv
source venv/bin/activate
  1. Install Dependency libraries for the project
pip install -r requirements.txt
  1. Make migrations
python manage.py makemigrations
python manage.py migrate
  1. Create an Admin(Superuser) User
python manage.py createsuperuser
  1. Final checks
python manage.py runserver
  1. Admin Operations You will be able to access the Django Admin on 127.0.0.0:8000/admin(considering you are not changing the port).
  2. Non-Admin Operations You will be able to access the Auction Application on 127.0.0.0:8000/website(considering you are not changing the port).

Application Overview

Home Page without Login

home page without login

Register New User Page

register user page

Login User To Auction Application

login user page

Home Page with Login

home page with login

Bid Page

bid page

Result Page

result page

Add Balance Page

add balance page

Login Admin User to Admin Panel

login admin user page

Admin Panel Home Page

admin panel home page

Django Features Used

Following are the steps involved in the creation of this Django project:-

1 - Installation
2 - First Steps
3 - The modal layer
4 - The view layer
5 - The template layer
6 - Forms
7 - The development process
8 - The admin
9 - Security

Sources referred

auctions-online's People

Contributors

hiren2599 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.