Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/terieyenike/create-apis-with-node

API testing with Postman
https://github.com/terieyenike/create-apis-with-node

express javascript nodejs postman

Last synced: about 5 hours ago
JSON representation

API testing with Postman

Awesome Lists containing this project

README

        

# API testing with Postman

Using the Postman platform, test all endpoints with the request method.

## Tech Stack

**Server:** Node, Express

## Authors

- [@terieyenike](https://www.twitter.com/terieyenike)

## Demo

![Postman](https://user-images.githubusercontent.com/25850598/227058593-8d6886dd-5fb8-4eba-ae1a-b9b79bcd770e.jpg)

## Run Locally

Clone the project

```bash
git clone https://github.com/Terieyenike/create-apis-with-node
```

Go to the project directory

```bash
cd create-apis-with-node
```

Install dependencies

```bash
npm install
```

Start the server

```bash
npm run start:dev
```