Coder Social home page Coder Social logo

apitizing-burgers's Introduction

Speakeasy

Speakeasy is the fastest way to ship developer experience for your APIs.
speakeasyapi.dev

APItizing Burgers API: an example API to manage burgers and orders in a restaurant

This example API demonstrates Speakeasy's recommended practices for generating clear OpenAPI specifications.

Install FastAPI

To install and run this example, you'll need a Python virtualenv with FastAPI installed.

  1. Activate your Python virtualenv.
  2. Install FastAPI. Run the following in the terminal:
    pip install "fastapi[all]"
  3. Clone this repo:
    git clone [email protected]:ritza-co/apitizing-burgers.git

Run FastAPI server

  1. In the app directory, run:
    uvicorn main:app --reload
  2. Open this link in your browser: http://127.0.0.1:8000/docs

Install Speakeasy

To save OpenAPI output to a file and regenerate the SDK with Speakeasy, first install Speakeasy by following the Speakeasy Getting Started guide.

On macOS, you can install Speakeasy using Homebrew.

In your terminal, run:

brew install speakeasy-api/homebrew-tap/speakeasy

Regenerate the openapi.yaml, openapi.json and the client SDK

In the project's directory, run:

./gen.sh

apitizing-burgers's People

Contributors

nielthiart avatar sixhobbits avatar

Watchers

 avatar  avatar

Forkers

liz-acosta

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.