- Summary
- Demo Link
- Technologies Used
- Features
- Screenshots
- Installation
Biddr is an auction app that allows users to create auctions and place bids.
- YouTube: https://youtu.be/96SQJTRQIVI
- Ruby on Rails for back-end API
- React.js for front-end
- Bootstrap
- HTML
- CSS
- Javascript
- PostgreSQL
- Postman for testing API
- Sign in and sign up as a user
- View auctions and place bids
- Create new auctions
- The current highest price of an auction
- Status of whether the reserve price has been met
- New bids have to be higher than the current highest bid
- git clone URL
- cd into project
- In biddr_api
- Run rails db:create
- Run rails db:migrate
- Run rails db:seed
- Run rails s
- On the browser run localhost:3000
- In biddr_client
- npm install
- npm start
- On the browser run localhost:5500



