Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrsauravsahu/blog-modernizing-soap-apis
Blog about how to modernize SOAP API. This is the sample app that goes along with it.
https://github.com/mrsauravsahu/blog-modernizing-soap-apis
graphql soap-web-services svelte sveltekit tailwindcss
Last synced: about 1 month ago
JSON representation
Blog about how to modernize SOAP API. This is the sample app that goes along with it.
- Host: GitHub
- URL: https://github.com/mrsauravsahu/blog-modernizing-soap-apis
- Owner: mrsauravsahu
- Created: 2023-08-13T14:58:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-14T18:16:47.000Z (over 1 year ago)
- Last Synced: 2024-10-14T08:34:15.094Z (3 months ago)
- Topics: graphql, soap-web-services, svelte, sveltekit, tailwindcss
- Language: Svelte
- Homepage: https://mrsauravsahu.medium.com/modernizing-soap-apis-d4c535cc5fdf
- Size: 631 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# language-reach
The language you learn can help in you in these countries!
![Screenshot of the app](./docs/assets/screenshot.png)
## local setup
Make sure you have node installed.
### run the mesh
```bash
cd src/mesh
npm i
npm run dev
```### run the ui
```bash
cd src/language-reach
npm i
PROXY_BACKEND_URL=http://localhost:4000 npm run dev -- --port 3000
```