- User creates account
- User checks account information
- User can edit and delete account
- User can transfer money if they have enough balance
- User can view money transfers
- User can edit and delete transfer
- Implementing Security/Authentication
- Connect to real Database
- UI design
You can run the already build and generated money-transfer.jar
which can be found at the main directory of the repository.
mvn clean package
java -jar target/money-transfer.jar
- Increase test coverage
- Implement security
- Integrate to a persistence datastore
- Postman API documenation and sample API calls
- Swagger API documentation can be found at
swagger.json
file in the main directory of the repository- By running the application and accessing
http://localhost:8080/api/swagger.json
- By running the application and accessing
http://localhost:8080/
and exploring forapi/swagger
from the Swagger UI.
- Code level documentation