Small project to spin up and spin down a container using the Railway GQL API.
You'll need a token to sign in.
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