banking-org / banking-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Banking API

Project configurations

set these following properties in env variable

DATABASE_URL: jdbc:postgresql://{HOST}:{PORT}/{DATABASE_NAME}

DATABASE_USERNAME: {USERNAME}

DATABASE_PASSWORD: *********

NB: Make sure the database exists

Add a folder migrations in src/main/resources/

add or set addict.mutation in application.properties or MUTATE_DB in env vars to true if you want postgres addict introspect your database.

APIs

Postman collection

Swagger

OAS preview

Database structure

image

About


Languages

Language:Java 97.6%Language:PLpgSQL 2.3%Language:Shell 0.1%