Tradeit.io is a peer-to-peer trading platform that enables two or more users to trade and exchange items with each other. It can be used for various purposes, such as buying and selling goods, sharing resources (such as equipment), or exchanging money and hence connecting buyers and sellers of a particular item or service.
Node js and Express Js for backend API development.
EJS as a view engine for UI template.
MongoDB and Mongoose for nosql database and managing package.
Heroku and Heroku CLI for deployment.
Bootstrap 5 and JQuery for responsiveness on different resolution screens.
Files/Images are stored on server/file system instead of on database. Stored the images as a file in the file system and create a record in a table with the exact path to that image instead of storing the image itself in a table using an "image" or "binary data" data type of the database server
Live deployed at https://tradeit-io.herokuapp.com/