An open API service indexing awesome lists of open source software.

https://github.com/lipex360x/env-validate

Validating environment variables with zod
https://github.com/lipex360x/env-validate

environment-variables fastify typescript zod

Last synced: 4 months ago
JSON representation

Validating environment variables with zod

Awesome Lists containing this project

README

        

Environment Validate


A Fastify Application with environment variables validated

---

#### :bookmark_tabs: Content Index

- [Introduction](#zap-introduction)

- [Startup](#zap-startup)

- [Technologies](#zap-technologies)

---

#### :zap: 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.

---

#### :zap: Startup

- Clone this project

- Install dependencies with `yarn` or `npm install`

- run `yarn start:dev` or `npm run start:dev`

---

#### :zap: Technologies

```
typescript
fastify
dotenv
zod
tsx
tsup
```

---

:point_up_2: [Go to Content Index](#bookmark_tabs-content-index)

---

:pushpin: Tips: for easier navigation by github, consider installing the [Octotree](https://chrome.google.com/webstore/detail/octotree-github-code-tree/bkhaagjahfmjljalopjnoealnfndnagc) plugin