https://github.com/zhangjingqiang/shine
https://github.com/zhangjingqiang/shine
angularjs bootstrap postgresql rails
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhangjingqiang/shine
- Owner: zhangjingqiang
- Created: 2016-10-22T23:03:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-02T13:54:29.000Z (over 9 years ago)
- Last Synced: 2025-11-23T12:22:53.630Z (7 months ago)
- Topics: angularjs, bootstrap, postgresql, rails
- Language: Ruby
- Size: 1.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Rails, Angular, Postgres, and Bootstrap Source
==============================================
Book: https://pragprog.com/book/dcbang/rails-angular-postgres-and-bootstrap
# How to use?
## Initialize database
```
$ bundle exec rake db:create db:migrate db:seed
```
## Test ruby source
```
$ bundle exec rspec
```
## Test javascript source
```
$ bundle exec rake teaspoon
```