A Fastify Application with environment variables validated
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.
-
Clone this project
-
Install dependencies with
yarn
ornpm install
-
run
yarn start:dev
ornpm run start:dev
typescript
fastify
dotenv
zod
tsx
tsup
👆 Go to Content Index
📌 Tips: for easier navigation by github, consider installing the Octotree plugin