Skip to content

Hack Daddys submission repo, only merger to this repo after work on your personal team repo (if you have one)

Notifications You must be signed in to change notification settings

HackathonUG2k19/Hack-Daddys

Repository files navigation

Hack-Daddys

Hack Daddys submission repo, only merger to this repo after work on your personal team repo (if you have one)

Check out the requirements.md for ideas and add to it. This readme is the report that we will submit for our project

How to setup

  • Clone this repo in your terminal by git clone.
  • Go to the newly formed directory named Hack-daddys.
  • type and run npm install (this step downloads all necessary dependencies package.json and builds a node-modules folder)
  • After editing any file, to commit and push it do
    • git add -A or git add {the filenames}
    • git commit -m "your commit message"
    • git push
  • Dont forget to do git pull before pushing or whenever someone pushes to have the updated files

type and run npm start to build a localhost:3000 and test and see the app for yourself

Rules of the auction

  • If you wish to bid on a particular article, navigate to it and click on the bid button. This will prompt you to set your bid amount (minimum is previous bid + minimum increment) and await updates on the article.
  • Every article will be present on the site for a maximum of 7 days, after which the article will be locked for sale to the highest bidder. The seller will be provided with the contact details of the highest bidder, and the transaction is not handled by the website.
  • To sell items, navigate to your home page and fill in all the required details. Ensure that ample details are provided to warrant bids from interested buyers.
  • Do not set up unrealistic bids to deter other bidders. If multiple sellers report sales that don't go through, you will be blacklisted from the site.

About

Hack Daddys submission repo, only merger to this repo after work on your personal team repo (if you have one)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published