/env-validate

Validating environment variables with zod

Primary LanguageTypeScript

Environment Validate

A Fastify Application with environment variables validated


📑 Content Index


âš¡ Introduction

Environment variables are often used to store sensitive information such as passwords and API keys, and proper validation helps prevent vulnerabilities and security breaches in the application.


âš¡ Startup

  • Clone this project

  • Install dependencies with yarn or npm install

  • run yarn start:dev or npm run start:dev


âš¡ Technologies

  typescript
  fastify
  dotenv
  zod
  tsx
  tsup

👆 Go to Content Index


📌 Tips: for easier navigation by github, consider installing the Octotree plugin