Auction is an eBay/Amazon inspired project with a React front end and Rails RESTful API back end.
https://awesomeauction.herokuapp.com/client
- User JWT authentication.
- Responsive React front end client.
- Users can create auctions where other users can make bids.
Users can create auctions and bid on other users' auctions.
- After cloning the repo, run the following commands in CLI:
$ rails db:migrate
$ rails s
- (Optional) Still in terminal, open project folder in a new tab and run
webpack -w
- Go to http://localhost:3000/client to test client-side app.
- Back end: Ruby on Rails API
- Front end: React, Bootstrap, HTML5, CSS
- Database: PostgreSQL
- Other technologies: Webpack