Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kukula/auctionet_wish_list
- Owner: kukula
- Created: 2016-01-18T00:05:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-18T00:05:21.000Z (almost 9 years ago)
- Last Synced: 2023-03-22T22:42:29.782Z (almost 2 years ago)
- Language: Ruby
- Size: 45.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```