Skip to content

aviloncho/mutants

Repository files navigation

build

mutants

Find mutants analyzing human DNA sequences.


Test Coverage

Live API


Install

Preparing enviroment

It's recommended to use Python venv to create an isolated environment.

Creating Python venv

$ python -m venv .venv

Activating Python venv

Unix systems:

$ source .venv/bin/activate

Windows:

$ .venv\Scripts\activate

Installing dependencies:

$ pip install -r requirements.txt

Starting web server for REST API

$ uvicorn main_api:app --reload

It should be runing on your localhost.

See local documentation.

About

Find mutants analyzing human DNA sequences.

Resources

License

Stars

Watchers

Forks

Languages