Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ne1ro/attendance-api
Attendance service API written in Clojure
https://github.com/ne1ro/attendance-api
api backend clojure lisp
Last synced: 27 days ago
JSON representation
Attendance service API written in Clojure
- Host: GitHub
- URL: https://github.com/ne1ro/attendance-api
- Owner: ne1ro
- License: epl-2.0
- Created: 2018-12-22T17:16:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-18T13:59:58.000Z (almost 6 years ago)
- Last Synced: 2024-11-11T05:45:46.278Z (3 months ago)
- Topics: api, backend, clojure, lisp
- Language: Clojure
- Size: 69.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Attendance API
API to operate attendants and attendances built in Clojure.
[![Build Status](https://travis-ci.org/ne1ro/attendance-api.svg?branch=master)](https://travis-ci.org/ne1ro/attendance-api)
[![Coverage Status](https://coveralls.io/repos/github/ne1ro/attendance-api/badge.svg)](https://coveralls.io/github/ne1ro/attendance-api)## Usage
```clojure
lein install && lein repl
```## Development
### Start local development server
When in REPL:
```
(use 'ring.adapter.jetty)(run-jetty app {:port 3000})
```## Configuration
Use `profiles.clj` in development and ENV variables in prod.
## License
neiro © 2018-2019
This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0.This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the Eclipse
Public License, v. 2.0 are satisfied: GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or (at your
option) any later version, with the GNU Classpath Exception which is available
at https://www.gnu.org/software/classpath/license.html.