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
- Host: GitHub
- URL: https://github.com/lipex360x/env-validate
- Owner: lipex360x
- Created: 2023-05-15T00:03:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-15T00:13:08.000Z (about 2 years ago)
- Last Synced: 2024-01-26T10:08:14.924Z (over 1 year ago)
- Topics: environment-variables, fastify, typescript, zod
- Language: TypeScript
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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