open-reaction-database / ord-interface

Search/browse interface and APIs for the Open Reaction Database
https://open-reaction-database.org
Apache License 2.0
18 stars 9 forks source link

New search/browse API #120

Open skearnes opened 2 weeks ago

skearnes commented 2 weeks ago

This PR replaces the search/browse Flask API with a new FastAPI backend:

skearnes commented 2 weeks ago

@miori-nd Here's a draft of the new API. I've updated most of the requests in the Vue app, but I could use your help finishing that and making sure that everything works. Check out ord_interface/api/README.md for testing instructions.