Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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