ASAM is an API management developed by Autostack Community.
- About API management
- Features
- Install and Build
API management is the process of creating and publishing web APIs, enforcing their usage policies, controlling access, nurturing the subscriber community, collecting and analyzing usage statistics, and reporting on performance. API Management components provide mechanisms and tools to support developer and subscriber community. Wikipedia.
- API Gateway
- API Discovery
- Load Balancer
- Access Control
Clone the repository:
$ git clone https://github.com/autostack-io/ASAM.git
$ cd ASAMRun this commands on dashboard folder:
$ cd dashboard
$ npm install && npm run buildGo back to the previous directory
$ cd ..Run this commands on controller folder:
$ cd controller
$ npm install && npm run build