AuctionIt is the back-end NestJs application for an auction website. Admin users can create items, create auctions for each item and do other CRUD operations. Users can signup, view live auctions and place bids for items.
Application uses SocketIO to send real time bid values for each auction. Application sends push notifications to users with Firebase FCM.
A cron job is scheduled to run every five minutes to check for ended auctions and update winning bids.
Live Demo
A live version of the application is hosted on Render.
The front-end of the application is hosted on Vercel
The service is deployed in free tier and may not be available instantly. Please wait a few minutes for the application to start