https://github.com/tapiocaaberta/leis-api
API para servir o site estático de leis
https://github.com/tapiocaaberta/leis-api
Last synced: 11 months ago
JSON representation
API para servir o site estático de leis
- Host: GitHub
- URL: https://github.com/tapiocaaberta/leis-api
- Owner: TapiocaAberta
- License: mit
- Created: 2015-06-01T14:34:43.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-18T12:29:24.000Z (about 11 years ago)
- Last Synced: 2025-03-04T01:31:10.556Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://transparenciasjc.github.io/leis/
- Size: 184 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# leis-api
[](https://travis-ci.org/transparenciasjc/leis-api)
[](https://coveralls.io/r/transparenciasjc/leis-api)
[](https://www.bithound.io/github/transparenciasjc/leis-api/master)
[")](https://david-dm.org/transparenciasjc/leis-api)
## Table of Contents
* [About](#about)
* [How to build](#how-to-build)
* [Contributing](#contributing)
* [Author](#author)
* [License](#license)
ps: table of contents generated by [readme-toc](https://www.npmjs.com/package/readme-toc) plugin.
## About
Laws API
The purpose of this project is to be the backend of [static laws](https://github.com/transparenciasjc/leis) website.
The base structure of the project is based on [angular-fullstack](https://github.com/DaftMonk/generator-angular-fullstack) generator, more specific with the generated [example structure](https://github.com/DaftMonk/fullstack-demo) without the front end.
## How to build
Install dev dependencies:
```sh
$ npm i
```
To run the application:
```sh
$ npm start
```
To run the tests:
```sh
$ npm test
```
## Contributing
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/transparenciasjc/leis-api/issues/new)
## Author
**Paulo Luan**
+ [github/pauloluan](https://github.com/pauloluan)
## License
Copyleft © 2015 TransparenciaSJC
Released under the [MIT license](https://github.com/transparenciasjc/leis-api/blob/master/LICENSE).