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

https://github.com/zhangjingqiang/shine


https://github.com/zhangjingqiang/shine

angularjs bootstrap postgresql rails

Last synced: 3 months ago
JSON representation

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
```