Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/city-of-helsinki/verkkokauppa-experience-api
https://github.com/city-of-helsinki/verkkokauppa-experience-api
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/city-of-helsinki/verkkokauppa-experience-api
- Owner: City-of-Helsinki
- Created: 2021-04-12T10:25:42.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-10T13:36:03.000Z (15 days ago)
- Last Synced: 2025-01-10T14:40:19.617Z (15 days ago)
- Language: TypeScript
- Size: 2.77 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Local development
Build packages locally when using core in docker:
1. `yarn install`
2. `yarn build`
3. `docker compose up`Build packages locally when using intellij spring boot applications:
1. `yarn install`
2. `yarn build`
3. `docker compose -f docker-compose.dev.yml up`Before git push
1. `yarn build` To build before pushing, pushing has a hook that runs `yarn test`
2. `git push`## Swagger endpoints
### Working swagger endpoints
* [Merchant exp-api swagger](http://localhost:8086/v1/merchant/docs/swagger-ui/)
* [Order-experience-api swagger](http://localhost:8084/v1/order/docs/swagger-ui/)
* [Product-experience-api swagger](http://localhost:8081/v1/product/docs/swagger-ui/)
* [Price-experience-api swagger](http://localhost:8082/v1/price/docs/swagger-ui/)
* [Payment-experience-api swagger](http://localhost:8085/v1/payment/docs/swagger-ui/)### Not yet implemented.
* [Cart-experience-api swagger](http://localhost:8083/v1/cart/docs/swagger-ui/)