https://github.com/codingwithmanny/postman-getting-started
https://github.com/codingwithmanny/postman-getting-started
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codingwithmanny/postman-getting-started
- Owner: codingwithmanny
- Created: 2023-08-16T15:34:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T15:43:01.000Z (over 2 years ago)
- Last Synced: 2025-08-04T06:55:49.641Z (8 months ago)
- Language: TypeScript
- Size: 140 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started With Postman
Details coming soon...
---
## Requirements
- pnpm
- NVM or node 18.16.1
---
## Local Setup
```bash
# FROM: ./
cp .env.example .env;
pnpm install;
pnpm db:generate;
pnpm db:seed;
```
---
## Local Testing
```bash
# FROM: ./
pnpm test:newman;
```