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: 2 months 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-22T23:16:49.000Z (about 3 years ago)
- Last Synced: 2025-06-10T19:25:57.418Z (about 1 year 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

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