Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 422 Bytes

README.MD

File metadata and controls

15 lines (10 loc) · 422 Bytes

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.