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 runAnd 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 apongresponse