API made with Hono and deploy to Deno, to show a sample how to use it with zod-openapi and scalar.
Also it uses negotiator package to get the language as optional parameter, so it can get the api response in different languages as (es-pt-ja).
- Install Deno (https://deno.land/)
- Set the Environment Variables, in Deno Deploy website config
- Run the project in the current folder with the command
deno task dev
The API only use jsons as a database.
Guidelines for contributing to your project.
Information about the license.