Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

dicover mutants dna based in array of strings

NotificationsYou must be signed in to change notification settings

zayrus/mutants

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Made with

Getting Started

  • Rungit clone https://github.com/zayrus/mutants.git
  • Runcd mutants & npm i
  • Rename .example_env to .env
  • Runmongod
  • Runnpm start

API Routes

  • /mutants
  • /stats
  • /documentation

Tests

Runnpm test

Example data

Mutant

  • Method: POST
  • Endpoint: /mutants
  • Body: {dna: ["ATGCGA","CAGTGC","TTATTT","AGACGG","GCGTCA","TCACTG"]}

Curl

curl -X POST
https://mutants-bjnfgbemjb.now.sh/mutants
-H 'Content-Type: application/json'
-d ' {"dna": ["ATGCGA","CAGTGC","TTATGT","AGAAGG","CCCCTA","TCACTG"]}'

Human

  • Method: POST
  • Endpoint: /mutants
  • Body: {dna: ["ATGCGA","CAGTGC","TTATGT","AGAAGG","CCCCTA","TCACTG"]}

Curl

curl -X POST
https://mutants-bjnfgbemjb.now.sh/mutants
-H 'Content-Type: application/json'
-d '{"dna": ["ATGCGA","CAGTGC","TTATTT","AGACGG","GCGTCA","TCACTG"]}'

About

dicover mutants dna based in array of strings

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp