GitHunt
P1

p1tt1/rest_webservice_clojure

REST Webservice with Clojure

HEROKU Instance

An example instance be running on https://pure-peak-00001.herokuapp.com/

Description of the Project

  • This is my first Clojure project
  • The goal was to port the CoffeeScript from https://github.com/p1tt1/rest_webservice_coffee in terms of its behavior.
  • Therefore also the test cases are mostly identical.
  • Also the focus in this implementation is again on the components server, addUp-function and digitSum-function.

Test Coverage

  • addUp and digitSum are checked with unit tests.
  • The server is checked via e2e-tests.

Automation

Possible Improvements

  • Next, I would definitely look at the limits of the number data type.

Installation

$ git clone https://github.com/p1tt1/rest_webservice_clojure.git
$ cd rest_webservice_clojure

Usage

$ lein run

License

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.

Languages

Clojure100.0%

Contributors

Other
Created April 27, 2022
Updated April 27, 2022