/railway-containers

🚆 Simple client app to manage railway containers

Primary LanguageSvelte

Railway Containers

Small project to spin up and spin down a container using the Railway GQL API.

You'll need a token to sign in.

Setup

Install cargo-make:

cargo install cargo-make

And then bootstrap the frontend:

makers web-bootstrap

Now you can run the api:

makers api-run
# or in watch mode
makers api-watch

The api will be available at http://localhost:3000. It will proxy the Railway GraphQL API and also serve the frontend.

In case you want to run the frontend separately in watch mode, then run:

makers web-serve

Demo

Demo

railway-demo.mp4