https://github.com/andriishulha93/skinport_api_testing
https://github.com/andriishulha93/skinport_api_testing
data-visualization express grapql mongodb node reactjs typescrit
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/andriishulha93/skinport_api_testing
- Owner: andriishulha93
- Created: 2024-10-08T13:17:20.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-08T13:22:37.000Z (8 months ago)
- Last Synced: 2025-05-12T20:55:48.104Z (about 1 month ago)
- Topics: data-visualization, express, grapql, mongodb, node, reactjs, typescrit
- Language: TypeScript
- Homepage:
- Size: 15.6 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
to start
npm install
npm run build
npm startPostman
1.Endpoint
method: Get, url: http://localhost:3000/api/items
Params: {app_id: '730', currency: 'EUR', tradable: true } //option2.Endpoint
method: Post, url:http://localhost:3000/api/purchase
Body {x-www-form-urlencoded}: {
username: 'user1', itemPrice: xx
}