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
- Host: GitHub
- URL: https://github.com/ibjunior/postman-demo
- Owner: IBJunior
- Created: 2022-08-29T21:07:56.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-03T13:36:07.000Z (almost 4 years ago)
- Last Synced: 2025-06-08T16:38:23.816Z (about 1 year ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```