Skip to content

BiDefi: auction_website for WTL subject. Scroll down⬇ this github page to see screenshots of the application.

License

Notifications You must be signed in to change notification settings

KedarKK1/auction_website_WTL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run backend -

cd backend
env\Scripts\activate.bat
cd auction 
python manage.py runserver

To run frontend -

cd frontend
npm run dev

for developers -

pip freeze > requirements.txt

superuser - admin

email - admin@gmail.com

password - admin@123

user generation tips -

username - jignesh, harman email - jignesh@gmail.com, harman@gmail.com password - ignesh@1234, arman@1234 # drop 1st letter first_name - jignesh, harman last_name - patil, singh usertype - Not staff, staff

admin/Superuser account credentials -

Username: admin2 Email: admin2@gmail.com Password: dmin2@1234 Password (again): dmin2@1234 Superuser created successfully.

to start celery worker -

celery -A auction.celery worker --loglevel=info (do this inside outermost auction folder => celery -A myproject.celery worker --loglevel=info)
celery -A celery worker --loglevel=info 

Payment link

https://rzp.io/l/rxLxyVp

ERRORS :

if "django.db.utils.OperationalError: no such table: main_auctionmodel" this error comes then python manage.py migrate --run-syncdb => Creates tables for apps without migrations python manage.py makemigrations main => specify name python manage.py migrate main => specify name

STAR THIS REPOSITORY IF LOVED OUR EFFORTS!

Contributors 😎

Backend -


Frontend -

Event Screenshots

home_page

auctions_list_page

auction_page

auction_page2

razorpay_page

djoser_page

djoser_page_2

djoser_page_3

djoser_page_4

signUp_api_page

signIn_api_token_generation_page

token_generation_page

all_routes_page

auction_api_page

auction_image_page

authentication_error_page

authorization_error_page

all_auctions_list_page

new_auctions_page

about_us_page

our_team_page

login_page

new_account_page

all_db_model_page

auction_model_list_page

auction_model_page

auction_code_page

About

BiDefi: auction_website for WTL subject. Scroll down⬇ this github page to see screenshots of the application.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages