GiorgosNik / auctions-website

Implementation of an auction website using the PERN stack, featuring live messaging, OpenStreetMap implementation, a recomendation system and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auctions Website

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

Run

$ docker-compose up

The application is available in http://localhost:3000.

Screenshots

Home Page

home page

Browse Page

browse

Registration Form

register form

Map

map

Product Page

product

About

Implementation of an auction website using the PERN stack, featuring live messaging, OpenStreetMap implementation, a recomendation system and more

License:MIT License


Languages

Language:JavaScript 95.3%Language:TeX 3.8%Language:HTML 0.6%Language:CSS 0.2%Language:Dockerfile 0.1%Language:Shell 0.1%