Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/innoq/rocaproof
demo application illustrating ROCA-style validation
https://github.com/innoq/rocaproof
Last synced: 7 days ago
JSON representation
demo application illustrating ROCA-style validation
- Host: GitHub
- URL: https://github.com/innoq/rocaproof
- Owner: innoq
- Created: 2014-07-09T15:58:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-12T10:40:19.000Z (over 10 years ago)
- Last Synced: 2024-04-14T13:58:43.149Z (7 months ago)
- Language: Python
- Size: 172 KB
- Stars: 2
- Watchers: 108
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
this is a demo application to illustrate one approach for ROCA-style validation
Getting Started
---------------* install [Flask](http://flask.pocoo.org/) and
[Flask-WTF](https://flask-wtf.readthedocs.org) (e.g. using
[virtualenv](http://virtualenv.readthedocs.org))
* install [Bower](http://bower.io)
* `npm install` and `bower install` downloads front-end dependencies
* `make server` launches the development server
* `make bundle` compiles the front-end code (optionally automated with
`make watch`)