https://github.com/geo-tp/ebazar
Auction site where people can sell and bid on items.
https://github.com/geo-tp/ebazar
auction-website deprecated
Last synced: 4 months ago
JSON representation
Auction site where people can sell and bid on items.
- Host: GitHub
- URL: https://github.com/geo-tp/ebazar
- Owner: geo-tp
- Created: 2021-07-23T01:29:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-24T21:08:24.000Z (about 2 years ago)
- Last Synced: 2025-01-11T01:44:12.451Z (6 months ago)
- Topics: auction-website, deprecated
- Homepage:
- Size: 7.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
***EBAZAR***
### DEPRECATED
-----------
*auction site where people can sell and bid on items.*

FRONTEND :
- React
- Redux
- SassBANCKEND :
- Django
- Rest Framework***INSTALLATION***
-----------BACKEND :
- You need Django and Django Rest Framwork
- In manage.py folder, type ```./manage.py runserver```
- In scripts folder, type ```python3 watcher.py```, this script is use to determinate if an item is selled when duration of a bid is over.
- This project use SQlite, you don't need to setup a database to try itFRONTEND :
- You need React, React router and Redux
- Type ```npm install``` & ```npm start```