https://github.com/ashish173/angularspree-api
API for angular spree frontend
https://github.com/ashish173/angularspree-api
angular api e-commerce open-source spree
Last synced: 9 months ago
JSON representation
API for angular spree frontend
- Host: GitHub
- URL: https://github.com/ashish173/angularspree-api
- Owner: ashish173
- Created: 2017-03-07T11:50:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-08T09:25:03.000Z (over 9 years ago)
- Last Synced: 2025-03-29T14:45:05.005Z (over 1 year ago)
- Topics: angular, api, e-commerce, open-source, spree
- Language: Ruby
- Size: 2.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
== README
## For setup follow these steps.##
* Install all dependencies `$ bundle install`
* Run all migrations `$ rake db:migrate`
* Load seed data `rake db:seed`
* Load sample data `rake spree_sample:load`