An open API service indexing awesome lists of open source software.

https://github.com/mononobi/pyrin-demo

Demo application developed using Pyrin framework.
https://github.com/mononobi/pyrin-demo

demo-application flask pyrin rest-api sqlalchemy swagger-ui

Last synced: about 1 month ago
JSON representation

Demo application developed using Pyrin framework.

Awesome Lists containing this project

README

          

## Pyrin-Demo

Demo application developed using Pyrin framework.

## Running

You could run the application by executing the following command:

**`python3 start.py`**

Application will be available at **`127.0.0.1:5000`** by default.

## Configurations

Application will use Pyrin's default configurations, including an **`in-memory sqlite`**
database. If you want to change any configuration, you could change it inside
**`src/demo/settings`**

## Exposed Services

You can head over to **`127.0.0.1:5000/swagger`** to test the demo services with Swagger UI.