https://github.com/yogthos/repo-tracker
https://github.com/yogthos/repo-tracker
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yogthos/repo-tracker
- Owner: yogthos
- Created: 2021-11-24T01:38:09.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-24T16:46:50.000Z (about 4 years ago)
- Last Synced: 2024-10-29T08:21:44.181Z (about 1 year ago)
- Language: Clojure
- Size: 40 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# repo-tracker
generated using Luminus version "4.24"
## Prerequisites
You will need [Leiningen][1] 2.0 or above installed.
[1]: https://github.com/technomancy/leiningen
## Building and Running
npm install
lein uberjar
export DATABASE_URL=jdbc:sqlite:repo_tracker_dev.db
java -jar target/uberjar/repo-tracker.jar
API listing at [http://localhost:3000/swagger-ui/index.html](http://localhost:3000/swagger-ui/index.html)