Skip to content

A MEAN Stack SPA that converts DNA into RNA and amino acids and stores the information in a database

Notifications You must be signed in to change notification settings

g3chench/central-dogma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

central-dogma

The Central Dogma of Molecular Biology

A RESTful API that converts a given DNA sequence into its corresponding RNA and amino acid sequences and stores the information in a Mongo database for later retrieval. Built using the MEAN stack:

Dependencies

Install Node modules:

npm install express
npm install mongojs
npm install body-parser

Development

To set up the app:

  • Make sure MongoDB is up by cd-ing to its directory and executing mongod

  • Run the server from this repository's root with node server

The app runs at http://localhost:9000/

About

A MEAN Stack SPA that converts DNA into RNA and amino acids and stores the information in a database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published