< All Topics
Print

Quick Start Guide

Getting started

The following steps will walk you through creating an API service with the following resource model:

Installation

  1. Start in an empty folder.
    • The name of the folder is usually named after your project.
    • In this case, name the folder demo
  2. Create a python virtual environment.
    • Optional, but highly recommended
  3. Install hypermea:
    pip install hypermea
You are now ready to create an API service.

Create the API service

hypermea api create demo
Table of Contents