/auction

Auction is an eBay/Amazon inspired project built using React/webpack front-end and RoR back-end.

Primary LanguageRuby

Auction

Auction is an eBay/Amazon inspired project with a React front end and Rails RESTful API back end.

https://awesomeauction.herokuapp.com/client

Features

  • User JWT authentication.
  • Responsive React front end client.
  • Users can create auctions where other users can make bids.

Screen Shot

Auction Auction Show Page Users can create auctions and bid on other users' auctions.

Setup Instructions

  1. After cloning the repo, run the following commands in CLI:
$ rails db:migrate
$ rails s
  1. (Optional) Still in terminal, open project folder in a new tab and run webpack -w
  2. Go to http://localhost:3000/client to test client-side app.

Technologies

  • Back end: Ruby on Rails API
  • Front end: React, Bootstrap, HTML5, CSS
  • Database: PostgreSQL
  • Other technologies: Webpack