Skip to content

MatanBudimir/dna-sequence-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DNA Sequence Converter

Simple tool that converts DNA/RNA sequence to DNA, mRNA and amino acid sequence.

To host this website create .env.local file and fill it with your mysql credentials.

DATABASE=dna
USER=user
PASSWORD=password123

Once you've configured .env, run go run migrate.go. That will create and fill proteins table.

Once finished run go run server.go to start the application.

Releases

No releases published

Packages

No packages published