an app for offering things up and letting people call dibs on it
- MongoDB 3.6+
- Node 8+
mkdir db
mongod --port 27017 --dbpath $(pwd)/db --replSet rs0
# instantiate the replica set. only need to run this one time.
mongo --eval "rs.initiate()"
npm install
npm run mongo
Keep the process open.
npm start
- Add spinner when a user creates a dib, and when a user claims a dib
- Location of Dib.
- Price/bounty of Dib.
- Auth with Google
- Real-time comments on a Dib
- Able to edit Dibs that you created.
- Able to un-claim a Dib if you're the creator of the dib.
- Steal more features from eBay.