Skip to content

adam-omah/SQL-Spring-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL API Application

Simple SQL Spring application for testing SQL commands against a postgres database.

Literally has one api point that connects to the postgres db to run commands against.

Commands to run:

Build the app: mvn clean package -DskipTests

Docker Compose: docker-compose up --build

Docker Build: docker build -t adam0mah/sql-postgres-api:latest .

Docker push: docker push adam0mah/sql-postgres-api:latest

About

Testing Postgres API execution end point - Testing purposes only, not a real application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published