Skip to content

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

License

Notifications You must be signed in to change notification settings

GiorgosNik/auctions-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages