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

https://github.com/ibjunior/postman-demo

This repo contains a few fake APIs for an article that illustrates certain features of Postman
https://github.com/ibjunior/postman-demo

Last synced: 11 months ago
JSON representation

This repo contains a few fake APIs for an article that illustrates certain features of Postman

Awesome Lists containing this project

README

          

# POSTMAN DEMO

## EN

This repo contains some APIs used by an article posted on my LinkedIn
to showcase some important features of postman.

## FR

Ce repo contient quelques API utilisées par un article publié sur mon LinkedIn
pour démontrer quelques fonctionnalités importantes de postman

## Lists des API / APIs List

- /token POST request to get a user token
- /products CRUD requests on products
- /purchase POST request for purchasing a product

## Lancer le projet / Run the project

### Installer les dépendances / Install the dependencies

```
npm install
```

### Lancer le serveur / Start the server

```
npm run start
```