Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 517 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 517 Bytes

This is a Next.js project bootstrapped with create-next-app.

Getting Started

## Run the app
npm run dev

## Check you can see the UI in http://localhost:3000

## Register Restate services, in app/restate/[[...services]]/route.ts
restate deployments register http://localhost:3000/restate/v1 --use-http1.1

## Test the service
curl localhost:8080/Greeter/greet -H 'content-type: application/json' -d '"NextJS!"'