Skip to content

H2Go-dev/api

Repository files navigation

H2Go API - Docker & CI/CD Setup

This document provides instructions for running the H2Go API.

Quick Start

  1. Build and run the application:

    make docker-build
    make docker-run
  2. Check application health:

    curl http://localhost:8080/actuator/health
  3. Access the API:

    • Base URL: http://localhost:8080
    • Swagger UI: http://localhost:8080/swagger-ui.html
    • Health Check: http://localhost:8080/actuator/health

Make Commands

# Show all available commands
make help

# Build the project
make build

# Run tests
make test

# Run style checking
make style-check

# Run security scanning
make security-scan

# Run smoke tests
make smoke-test

# Run full CI pipeline locally
make ci-local

About

the api backend for the h2go project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors