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.
- Host: GitHub
- URL: https://github.com/mononobi/pyrin-demo
- Owner: mononobi
- Created: 2020-02-27T04:49:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T22:50:19.000Z (about 3 years ago)
- Last Synced: 2025-02-07T00:15:59.917Z (over 1 year ago)
- Topics: demo-application, flask, pyrin, rest-api, sqlalchemy, swagger-ui
- Language: Python
- Homepage:
- Size: 261 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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.