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

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.

Awesome Lists containing this project

README

        

***EBAZAR***

### DEPRECATED

-----------
*auction site where people can sell and bid on items.*

![](presentation1.png)
![](presentation2.png)
![](presentation3.png)

FRONTEND :
- React
- Redux
- Sass

BANCKEND :
- 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 it

FRONTEND :
- You need React, React router and Redux
- Type ```npm install``` & ```npm start```