diegocamara / apache-camel-todo-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How it works

This application uses apache camel web support to provide a Todo REST API based on Todo-Backend.

Some modules used in this app:

Project Structure

main/
|-- java/
|------ com/
|--------- todo/
|          +-- domain -> All domain models and business logic
|          +-- infrastructure -> Technical details package

Getting started

Build local executable jar

./gradlew bootJar

Running local application

java -jar build/libs/todo-backend.jar --spring.profiles.active=dev

The server should be running at http://localhost:8080

Running tests

Run localhost spec tests

Run app heroku spec tests

Help

Improvements are welcome, feel free to contribute.

About

License:MIT License


Languages

Language:Java 100.0%