btacyildiz / MoneyTransferAPI

A REST API that simulates account and transaction operations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MONEY TRANSFER API

This rest api consist of account management and transaction operations.

Getting Started

For the dependency management purpose, MAVEN is used.
After the project has been cloned, in the project directory
"mvn test" and "mvn package" commands can be called.

Prerequisites

java version 11.0.3
MAVEN
This project uses port "7000" as default
please make sure that this port is not already in use.

Dependencies

javalin -> for rest api
jackson -> json marshall, un-marshall
testng -> unit testing
unirest -> unit testing

Installing

Run "mvn package"
Under the target directory "MoneyTransferAPI-.jar" will be created.
This jar file contains all the necessary dependencies.
It can be directly called via "java -jar <jar_name>"

Running the tests

Calling "mvn test" command will eventually execute all the test cases. There is also Postman collection is added ("MoneyTransferAPI.postman_collection.json").

License

This project is licensed under the MIT License - see the LICENSE.md file for details

References

http://web.mit.edu/6.005/www/fa14/classes/17-concurrency/

About

A REST API that simulates account and transaction operations.

License:MIT License


Languages

Language:Java 100.0%