Skip to content

🚀 Example Deno Server

Welcome to the official documentation for Example Deno Server.

This project is a REST API template built with Deno, designed to:
✅ offer a modular, extensible architecture
✅ be easy to analyze and improve by both humans and AI tools
✅ follow strict conventions with robust practices for security and typing


📚 Quick Overview


🔧 Installation Guides

Find all the steps to:
✅ install the project locally
✅ configure environment variables (.env)
✅ run initial E2E tests

👉 View the readme


📖 Feature Documentation

Learn how to use the key modules:

  • Authentication via Bearer Token
  • Rate limiter based on Deno KV
  • Automatic OpenAPI documentation generation
  • Domain Driven Routing architecture

👉 View the features


💡 Best Practices

Check out the recommendations for:
✅ maintaining strict TypeScript typing
✅ writing robust tests
✅ adding new routes without breaking the architecture

👉 View best practices


📬 Contribute

Want to suggest improvements, fixes, or new features?
Feel free to open an issue or pull request on the project’s GitHub repository.

👉 Go to the repository


Happy exploring! 🚀

Publié sous licence MIT