Skip to main content

Getting Started

Welcome to Cloud APIM Serverless! This guide will help you quickly get started with setting up and managing your APIs using our platform. Follow these steps to link your project with GitHub and begin leveraging the power of our GitOps-driven API management.

In this tutorial you will discover how to create a project and configure it quickly !

Prerequisites

Step 1: Create a new Serverless project

First, you need to go to your cloud-apim console

Click on create new project and give it a name.

Before linking your project to a git provider, you can clone this starter project

Step 2: Fork the Repository

  1. Navigate to the Cloud APIM Serverless GitHub repository.
  2. Click the "Fork" button in the top-right corner to create a copy of the repository in your GitHub account.

Step 3: Clone the Repository

  1. Open your terminal or command prompt.
  2. Clone the forked repository to your local machine using the following command:
    git clone https://github.com/${YOUR_GITHUB_USERNAME}/serverless-project-template.git

Now, you can configure your project.

Click on use Github then follow the next procedure.

Log you in with Github, select a repository

You are now ready to deploy your api !

In the next chapter you will be able to configure your developer portal and create your first OpenApi route.