loganwuu / dna

AJAX and functional/unit testing with SimpleTest (advanced Drupal code review)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DNA with Drupal

Epicodus Advanced Drupal Code Review (AJAX and functional/unit testing)

By Logan Wu (11/06/2015)

Description

This is a basic Drupal website which has an AJAX View module.

Specs for DNA module

  • Users are only allowed to type in the letters A, T, C, G.
  • If the current index of one side has an "A" value, the other side has a "T" value.
  • If the current index of one side has a "C" value, the other side will have a "G" value.
  • Users enter one half of their DNA helix and the output should print both sides on the browser.

Setup

  • Clone this repository
  • Set document root to the top level directory of the repository
  • Import the database, called "dna", found in the top level of project folder
  • Create a user for the database: username = logan, password = root
  • Point browser to localhost
  • Site maintenance account info: username = admin, password = root

About

AJAX and functional/unit testing with SimpleTest (advanced Drupal code review)

License:GNU General Public License v2.0


Languages

Language:PHP 87.7%Language:JavaScript 4.4%Language:HTML 3.2%Language:CSS 2.9%Language:C++ 0.8%Language:SourcePawn 0.8%Language:Shell 0.3%Language:ApacheConf 0.1%