Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/terieyenike/create-apis-with-node
- Owner: Terieyenike
- Created: 2023-03-22T23:15:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-22T23:16:49.000Z (over 1 year ago)
- Last Synced: 2024-04-24T09:41:04.614Z (7 months ago)
- Topics: express, javascript, nodejs, postman
- Language: JavaScript
- Homepage:
- Size: 6.39 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```