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: 3 months ago
JSON representation
BiDefi: auction_website for WTL subject. Scroll down⬇ this github page to see screenshots of the application.
- Host: GitHub
- URL: https://github.com/kedarkk1/auction_website_wtl
- Owner: KedarKK1
- License: mit
- Created: 2023-02-15T19:38:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T19:22:02.000Z (almost 3 years ago)
- Last Synced: 2025-05-21T08:48:52.647Z (about 1 year ago)
- Topics: authentication, authorization, django-rest-framework, djoser, jwt, nextjs, postgresql, razorpay, redis, wsl
- Language: Python
- Homepage:
- Size: 54 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 - 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 😎
# Event Screenshots

