is an app service that allows users to buy and sell items. Sellers can post items and buyers can "bid this" item. The highest bid before the time runs out is the winner.
app link: https://average-kilt-boa.cyclic.app/
npm install
- Create a
.envfile in config folder and add the following askey = value- PORT = 4000 (can be any port example: 3000)
- DB_STRING =
your database URI - CLOUD_NAME =
your cloudinary cloud name - API_KEY =
your cloudinary api key - API_SECRET =
your cloudinary api secret
npm start
