Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 347 Bytes

File metadata and controls

15 lines (10 loc) · 347 Bytes

Using romcal as a REST API with Fastify

From this project dir (rest-api-with-fastify):

cd examples/rest-api-with-fastify

npm install
npm start

And open the URL provided by the terminal.\

Note: some browsers like Firefox has a built-in JSON viewer. Another great tool to test REST APIs is Postman.