Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bielversallini/crud-bootstrap
A module for the Play! web framework providing a CRUD mechanism using Bootstrap.
https://github.com/bielversallini/crud-bootstrap
bootstrap crud playframework
Last synced: about 2 months ago
JSON representation
A module for the Play! web framework providing a CRUD mechanism using Bootstrap.
- Host: GitHub
- URL: https://github.com/bielversallini/crud-bootstrap
- Owner: bielversallini
- Created: 2012-10-17T11:49:34.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-01-06T16:19:16.000Z (almost 10 years ago)
- Last Synced: 2024-10-12T08:46:11.624Z (3 months ago)
- Topics: bootstrap, crud, playframework
- Language: CSS
- Size: 334 KB
- Stars: 4
- Watchers: 6
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CRUD-Bootstrap
==============A module for the Play! web framework providing a CRUD mechanism using Bootstrap.
Quick start
-----------Clone the repo, `git clone git://github.com/howtomaximize/crud-bootstrap.git`, or [download the latest release](https://github.com/howtomaximize/crud-bootstrap/zipball/master).
For add the module in your application:
+ **applicantion.conf**
```
module.crud-bootstrap=${application.path}/modules/crud-bootstrap
```**OR**
+ **dependencies.yml**
```
require:
- play
- crud-bootstrap -> crud-bootstraprepositories:
- My modules:
type: local
artifact: ${application.path}/modules/crud-bootstrap
contains:
- crud-bootstrap
```