docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 ghcr.io/restackio/restack:main
pnpm i
pnpm dev
The server should be up at http://localhost:8000 The Swagger documentation is available at http://localhost:8000/api-docs
Navigate to http://localhost:8000/api-docs in your browser to access the Swagger UI.
You can test the API endpoints directly from the UI by clicking on the POST endpoint and using the "Try it out" button.
Build the Docker image of the server incl. Swagger UI and run the container with:
pnpm docker:dev
To deploy the application on Restack, you can create an account at Restack Console