8000 GitHub - MrCRick/Mimir-ApiServer
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MrCRick/Mimir-ApiServer

 
 

Repository files navigation

Mimir API-Server

Getting Started

Requirements

This project needs 'pipenv' :

pip install pipenv
pip install connexion
pip install connexion[swagger-ui]

Setup and launch

Setup the environment and launch the server with the following (you can add -v and -d to connexion for more verbose output):

pipenv install
pipenv shell
connexion run --mock all openapi.yml

The API server is up and running, with mocked responses where implementation is not available. Browse to http://localhost:5000/api/ui to access SwaggerUI.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0