Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dompet API

Description

This API provides functionalities for managing a virtual wallet.

Configurations

Set your environment variables as such:

DB_URL=jdbc:postgresql://{HOST}:{PORT}/{DATABASE_NAME}
DB_USER={USERNAME}
DB_PASSWORD={PASSWORD}

Make sure the database exists first

Technologies used

  • Java
    • Spring Boot Web: Used for exposing the endpoints.
    • Flyway Core: For database schema migration.
    • Lombok: Library to reduce boilerplate code in Java classes.
    • Java Reflect
  • PostgreSQL

OAS Preview

View OpenAPI Specification

Postman Collection

Run In Postman

Database Structure

MCD

MLD

Contributors

  • STD22079
  • STD22075
  • STD21089