Skip to content

Mykrobe-tools/mykrobe-atlas-tracking-api

Repository files navigation

Development

Prerequisites

  • Docker
  • Make sure the pg_config program is installed.
    • For example, on Ubuntu, install the libpq-dev package.

Testing

Start the test database:

make testdb

Run tests:

make test

Deployment

  • The server inside the container listens on port 8080.
  • It accepts the SQLALCHEMY_DATABASE_URI environment variable.

For example:

docker run -p <host_port>:8080 -e SQLALCHEMY_DATABASE_URI=<db_uri> <image_name>

About

Sample tracking service for Mykrobe Atlas project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages