DEV Community

Pedro Lucas Lopes de Oliveira
Pedro Lucas Lopes de Oliveira

Posted on • Edited on

Fastify Boilerplate

🚀 Node.js developers, we have something for you!

If you've ever started a new project from scratch, you know how tiring it can be to set everything up just right: linter, tests, CI/CD, development environment... 😩

To solve this, Vinicios Cararine and I created the Fastify Boilerplate! 🎉

💡 What is it?
It's a complete template for Fastify projects with best practices and essential tools, ready to be used and scaled by development teams.

✅ What's already configured? 🔹 Fastify for a high-performance backend ⚡
🔹 Sequelize + PostgreSQL for database management 🔹 ESLint for clean and standardized code 🔹 Jest (TS) for robust testing 🔹 GitHub Actions for CI/CD automation 🔹 Dev Container for a standardized development environment

🔗 How to use?
Clone, install dependencies and start coding!
📌 Repository link: fastify-boilerplate

Top comments (0)