Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kukula/auctionet_wish_list

App implements list and detailed view of auction items and categories taken from auctionet.com public API
https://github.com/kukula/auctionet_wish_list

Last synced: about 2 months ago
JSON representation

App implements list and detailed view of auction items and categories taken from auctionet.com public API

Awesome Lists containing this project

README

        

# Auctionet wish list

App implements list and detailed view of auction items and categories.
It takes data form Auctionet public API.
You can save item in a wish list and job will update data of item.
Plan to try ActionCable to update items on UI after job will update them.

## Tools versions

* Ruby version 2.3.0
* Rails version 5.0.0.beta1
* PostgreSQL

## Setup

Not sure, but these steps should be enough:
```bash
bundle install
rake db:create
rails server
```