Skip to content

Source code repository of the Rokwire App Config, Authentication, Events, Profile, and Logging Building Blocks, and Authentication Middleware Library.

License

Notifications You must be signed in to change notification settings

rokwire/rokwire-building-blocks-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Detect Secrets

Rokwire Platform Building Blocks API Documentation

API definitions of the Rokwire Platform building blocks

Install commit hooks

$ pip install -r requirements-dev.txt
$ pre-commit install

Setup and Run

  • Create the Rokwire Platform API Doc Docker image and run the Docker container:

    docker build -t rokwire/api-doc .
    docker run -p 80:8080 rokwire/api-doc 
    

    Now you can view the API documentation at http://localhost/docs/

Docker / AWS ECR

Create Docker image for Rokwire Platform API and push to AWS ECR for deployment using Fargate from within AWS CLI:

docker build -t rokwire/api-doc .
docker tag rokwire/api-doc:latest 779619664536.dkr.ecr.us-east-2.amazonaws.com/rokwire/api-doc:latest
docker push 779619664536.dkr.ecr.us-east-2.amazonaws.com/rokwire/api-doc:latest

Other Modules in this Repository

About

Source code repository of the Rokwire App Config, Authentication, Events, Profile, and Logging Building Blocks, and Authentication Middleware Library.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks