A proof-of-concept for a genomic metadata DB with API access. This database is designed to be deployed in a variaty of environments. If configurd properly it should work with any external application that presents properly formatted API requests with appropirate aauthentication credentials.
This repository is composed of two serivce applications. The server application is a Django API DB and the client application is a Redux/React UI.
For general usage see our User Guide
- Local deployment
- For develpment or internal use only
- Production deployment
- For deployment that is exposed to the internet
- Docker deployment
- WIP: comming soon