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

https://github.com/codingwithmanny/postman-getting-started


https://github.com/codingwithmanny/postman-getting-started

Last synced: 7 months ago
JSON representation

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;
```