3scale-labs / rapier

o-∫)--rapier--- an APIcast UI MGMT tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

o-∫)--rapier---

An APIcast UI MGMT Tool

APIcast is an API gateway built on top of NGINX. It is part of the Red Hat 3scale API Management Platform.

Getting started

Dependencies

Development

Right now it's not wired up to APIcast directly, so it works with a "fake" backend that manages the writing of the config file. This is a development choice before wiring up everything together to ease the crafting of the schema.

Install dependencies

npm install

Run the project

API_URL=//localhost PORT=3000 npm run dev

Note: You might want to add the envs to your .env

Now visit http://localhost:8080

You might also want to run the "client" and "server" separately

npm run dev:server
npm run dev:client

Note: Take a look at the package.json for the full list of scripts

License

Apache 2.0

About

o-∫)--rapier--- an APIcast UI MGMT tool

License:Apache License 2.0


Languages

Language:CSS 78.4%Language:Elm 11.9%Language:JavaScript 9.3%Language:HTML 0.4%