Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kedarkk1/auction_website_wtl

BiDefi: auction_website for WTL subject. Scroll down⬇ this github page to see screenshots of the application.
https://github.com/kedarkk1/auction_website_wtl

authentication authorization django-rest-framework djoser jwt nextjs postgresql razorpay redis wsl

Last synced: 7 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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 - [email protected]

password - admin@123

## user generation tips -
username - jignesh, harman
email - [email protected], [email protected]
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: [email protected]
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