+5
−0
fastapi/README.md
0 → 100644
+26
−0
fastapi/app/__init__.py
0 → 100644
+0
−0
Empty file added.
fastapi/app/main.py
0 → 100644
+239
−0
Loading
* Added fastapi app files * Refactor for less complicated model structure * Added redirect from root endpoint to docs endpoint * Add api deps to main env.yml * Hide root endpt from schema & set searchKernels to always true * Remove spiceql dep * Update readme * Update getTargetOrientations and getTargetStates endpoints
Empty file added.