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
- Host: GitHub
- URL: https://github.com/aristotelesbr/financy-app
- Owner: aristotelesbr
- Created: 2021-12-26T13:30:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-03T18:01:18.000Z (over 4 years ago)
- Last Synced: 2025-12-09T23:35:42.910Z (7 months ago)
- Topics: api, clojure
- Language: Clojure
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Financy App
[](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