Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neo9/n9-node-gateway-skeleton
A skeleton api to build a gateway with JWT decoding and ACL checking using routing-controllers
https://github.com/neo9/n9-node-gateway-skeleton
acl docker gateway nodejs proxy
Last synced: 1 day ago
JSON representation
A skeleton api to build a gateway with JWT decoding and ACL checking using routing-controllers
- Host: GitHub
- URL: https://github.com/neo9/n9-node-gateway-skeleton
- Owner: neo9
- Created: 2018-04-19T12:49:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T04:50:23.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T13:01:42.988Z (almost 2 years ago)
- Topics: acl, docker, gateway, nodejs, proxy
- Language: TypeScript
- Size: 1020 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# N9 NODE GATEWAY SKELETON
## Start it locally with
```bash
git clone https://github.com/neo9/n9-node-microservice-skeleton.git
cd n9-node-microservice-skeleton
docker-compose builddocker network create backend
docker-compose up
```Then go to :
- `localhost:8080/`
- `localhost:8080/ping`
- `localhost:8080/documentation/`
- `localhost:8080/ecrm` → return a 401