Skip to content

luramarchanjo/poc-jasync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is a simple poc using Jasync

Setup & Testing

1 - PostgreSQL: docker run -d --name=postgres postgres:latest

2 - Execute the script below:

CREATE TABLE public.produc id varchar NULL, "name" varchar NULL, price float8 NULL, CONSTRAINT product_pk PRIMARY KEY (id) );

3 - Execute the curl below:

curl -d '{"name":"Some name", "price":55.25}' -H "Content-Type: application/json" -X POST http://localhost:8080/products

About

This is a simple poc using Jasync SQL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages