###Directory Structure
- Clean, Well named set of directories. Examples include
webapp,database, andmodels. - No random files in the root.
- Explanation of each directory in README.
- Sub-README's in appropriate folders
- No directories named after DSSG specific info (ie, person names)
- Should your team have more than one project, each should have it its own repo.
- In your
dataordatabasefolder, provide a way to re-create your database from scratch..sqlfiles are often appropriate for this.