https://github.com/allofphysicsgraph/pdg_essential_demo_api
Demo of Flask-based website with API
https://github.com/allofphysicsgraph/pdg_essential_demo_api
Last synced: 5 months ago
JSON representation
Demo of Flask-based website with API
- Host: GitHub
- URL: https://github.com/allofphysicsgraph/pdg_essential_demo_api
- Owner: allofphysicsgraph
- Created: 2025-01-20T22:19:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-17T22:29:01.000Z (over 1 year ago)
- Last Synced: 2025-03-17T23:31:32.317Z (over 1 year ago)
- Language: Makefile
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo of Flask API
See
To use,
```bash
make container
make up
```
In a browser, visit to see a static HTML page
To access the API, use
```bash
curl -s http://localhost:5000/api/v1/list
```
# Guide
This demo repo is part of a sequence of tutorials
