Thanks to visit codestin.com
Credit goes to github.com

Skip to content

adreg0/bidNbuy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bidNbuy

An end-to-end web application that can be used for seamless interactions between buyers and sellers where multiple buyers can bid their prices and sellers can accept a bid.

Technologies 🛠

  • MongoDB
  • ExpressJs
  • ReactJS
  • NodeJs

Setup

1. Clone repo

$ git clone [email protected]:https://github.com/adreg0/bidNbuy
$ cd bidNbuy

2. Setup MongoDB

  • Local MongoDB

    • Install it from here
    • Set MONGODB_URL=mongodb://localhost/bidNbuy
  • Create .env file in root folder with Razorpay credentials

3. Run Backend

$ npm install
$ node index.js

4. Shoot Up DB

$mongod

5. Run Frontend

# open new terminal
$ cd frontend
$ npm install
$ npm start

Demo

bidNbuy.-.Google.Chrome.2023-01-10.18-19-10.mp4

##Screens screens

References 💻

License

This repository is licensed under MIT. Find LICENSE for further information

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published