open-reaction-database / ord-interface

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

Merge ord-editor into ord-interface #40

Closed skearnes closed 2 years ago

skearnes commented 2 years ago

The editor and client interfaces already share their database backend, so it makes sense to merge their codebases and reduce the maintenance burden. Also the testing procedures need some serious work.

Test with:

$ cd ord_interface
$ ./build_test_database.sh
$ docker build --file Dockerfile -t openreactiondatabase/ord-interface .. && docker compose up

TODO:

skearnes commented 2 years ago

@connorcoley @ipendlet can I get an approval for this so I can start merging w/ #39?