Welcome to the thruster starter kit. It includes the basic layout of an app, including a subroute. To start, simply clone this repo and run
> cargo run
And that's it! The available endpoints will be:
GET /plaintext
: will return aHello, World!
response in plaintextGET /json
: will return a{ message: "Hello, World!" }
response in JSONGET /ping
: will return apong
response