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

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

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

![sequence of demos](https://raw.githubusercontent.com/allofphysicsgraph/pdg_essential_demo_docker/refs/heads/main/tutorials_dependency_graph.svg)