In this project we implemented an auctions website, an Ebay clone, called BidIt. In this website, one can create an auction, browse auctions and bid. The main technologies used are:
- React Framework for the frontend
- Express - Node.js for the backend (REST API)
- PostgreSQL as the relational database
Some interesting features of the app:
- Messaging
- Map
- Data Export in JSON/XML format
- Search
- Filters
- SSL/TLS
- Image upload
- Recommender System using Matrix Factorization
$ docker-compose up
The application is available in http://localhost:3000.