GitXplorerGitXplorer
n

ssx-online

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
b1688a7fa433529d12beda2ea36fd7bdc72f2437

File watching and streaming for PIA

nndevenish committed 2 years ago
Unverified
cf8ea392d8c423c0d898f36f3dc71fbf3f5168ff

Start building PIA streaming

nndevenish committed 2 years ago
Unverified
5eb84fb517e5073e9a9e9409524019601bfae905

Add a second example visit, and schema example data

nndevenish committed 2 years ago
Unverified
1743abe5a70b4b691d0aa6de49c4aad684dba9ba

Mild documentation of conftest

nndevenish committed 2 years ago
Unverified
4700588b8877d4d95fc3d4788555b199178bf14a

Fix forward reference

nndevenish committed 2 years ago
Unverified
8e5eaff70c3774f66660a24c65751d1ac62d4447

Test more endpoints

nndevenish committed 2 years ago

README

The README file for this repository.

Basic React/FastAPI base

This is intended to grow into a project, but for now is an example of combining react and FastAPI. Built by starting from create-react-app, exploding, stripping things down, then building up again until the broken pieces I want to keep work again.

Both Uvicorn and Webpack-dev-server are started, and webpack proxies to the fastapi server at /api.

Usage:

npm run build # Build the JS output for serving in build/
npm run start # Start serving development webpack and uvicorn front and backends