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
- A GitHub account
- A Git repository for your API project
- An account on Cloud APIM Serverless platform
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
- Navigate to the Cloud APIM Serverless GitHub repository.
- 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
- Open your terminal or command prompt.
- Clone the forked repository to your local machine using the following command:
git clone https://github.com/${YOUR_GITHUB_USERNAME}/serverless-project-template.git
Step 4: Link to Github
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.