https://github.com/chichunchen/webservice-rails
This web service is for serving customers data and the data of the company.
https://github.com/chichunchen/webservice-rails
rails4 ruby webservice
Last synced: 5 months ago
JSON representation
This web service is for serving customers data and the data of the company.
- Host: GitHub
- URL: https://github.com/chichunchen/webservice-rails
- Owner: chichunchen
- Created: 2014-11-24T17:57:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-26T06:23:18.000Z (over 11 years ago)
- Last Synced: 2025-04-07T10:44:02.687Z (about 1 year ago)
- Topics: rails4, ruby, webservice
- Language: Ruby
- Homepage:
- Size: 213 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WebService-Rails
=========
This web service is for serving customers data and the data of the company. Customers can browse the products of the company and receive e-mails when new products is launched. The staff of this company can scan the Barcode or QRcode to add products to the database.
You can find the client app for this web service [here](https://github.com/chichunchen/QRcode_Android).
Version:
-----------
ruby version 2.0.0
rails version 4.0.3
### Auto clear tmp, log, db:drop, db:create, db:migrate
rake dev:build
### Automatically build and then db:seed
rake dev:rebuilt