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

https://github.com/zhangjingqiang/web-framework


https://github.com/zhangjingqiang/web-framework

rails ruby

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

Web Framework
=============

# Introduction

The web frameworks of programming languages.

# Installation

```bash
heroku config:add ADMIN_EMAIL=[...]
heroku config:add ADMIN_PASS=[...]
heroku config:add ADMIN_PASS_CONFIRM=[...]
heroku run RAILS_ENV=production bundle exec rake db:migrate db:seed
```

# License

[MIT](http://opensource.org/licenses/MIT)