REST API

If your project doesn't require a frontend, you can create your project like so -

$ copper create -frontend=none github.com/nasa/starship

Run the server -

$ cd starship
$ copper run -watch

Open http://localhost:5901

Last updated