https://github.com/ayeressian/store-pogos
https://github.com/ayeressian/store-pogos
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ayeressian/store-pogos
- Owner: ayeressian
- Created: 2022-10-11T18:08:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-11T18:19:30.000Z (over 2 years ago)
- Last Synced: 2025-02-12T20:49:05.064Z (3 months ago)
- Language: TypeScript
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shop
## Task:
There are example for client and seller resources. Please implement at least the sell resource. If you don't have TS knowledge you should be able to do this task by JS only. Feel free to make improvement if you think it's necessary. Please try to provide your solution by opening a PR.
## To run
For the best result please use node 16 and npm 8
1. npm i
2. npm run dev## To debug
Open VScode and in the "Run and debug" drop down select dev and select the run button.
## To lint
npm run lint
## To test the endpoints
There is a postman collection at ./shop.postman_collection.json . You can import it into your postman and use it.