This API is build with Fast API and can be accessed at https://basic-syn-bio.herokuapp.com CORS dependent. The documentation can be viewed at https://basic-syn-bio.herokuapp.com/docs
At the documentation a list of the endpoints can be seen and tested!
This repo uses snapshot testing with pytest, to run simply run:
$ pytest
This repo is linted with black python linter, to lint simply run
$ black .