ankitwasankar / codingtest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Assumptions

  1. Order can only be placed as whole number (Non fractional)

Note:

Sorry, didn't add the test coverage. I know the importance and I do add test cases, but here I thought it's lot of throw away work.

Running application

It's a simple gradle project with h2 database and flyway migrations.

Access Swagger UI from : http://localhost:9999/swagger-ui/index.html

Access H2 database from : http://localhost:9999/h2-console/

use connection string: jdbc:h2:mem:test
user login name as : sa
password: [blank]

About


Languages

Language:Java 100.0%