Create .env in the root project with values:
PORT=4000
JWT_SECRET=jwt_encode_secret_key
notice those variables are mandatory and type safe using zod (src/env.ts file)
npm install
npm run dev
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Create .env in the root project with values:
PORT=4000
JWT_SECRET=jwt_encode_secret_key
notice those variables are mandatory and type safe using zod (src/env.ts file)
npm install
npm run dev