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

https://github.com/aristotelesbr/financy-app

An api made in clojure from Gregório Melo's book
https://github.com/aristotelesbr/financy-app

api clojure

Last synced: about 2 months ago
JSON representation

An api made in clojure from Gregório Melo's book

Awesome Lists containing this project

README

          

# Financy App
[![Clojure CI](https://github.com/aristotelesbr/financy-app/actions/workflows/clojure.yml/badge.svg)](https://github.com/aristotelesbr/financy-app/actions/workflows/clojure.yml)

## Prerequisites

You will need [Leiningen][] 2.0.0 or above installed.

[leiningen]: https://github.com/technomancy/leiningen

## Running

Install deps:

lein deps

Run tests:

lein midje

To start a web server for the application, run:

lein ring server

Colverage:

```md
|-----------------+---------+---------|
| Namespace | % Forms | % Lines |
|-----------------+---------+---------|
| financy.handler | 100.00 | 100.00 |
|-----------------+---------+---------|
| ALL FILES | 100.00 | 100.00 |
|-----------------+---------+---------|
```

## License

Copyright © 2022