Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kedarkk1/auction_website_wtl
- Owner: KedarKK1
- License: mit
- Created: 2023-02-15T19:38:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-28T19:22:02.000Z (over 1 year ago)
- Last Synced: 2023-08-31T23:47:36.478Z (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.txtsuperuser - 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 😎
# Event Screenshots