###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
data
ordatabase
folder, provide a way to re-create your database from scratch..sql
files are often appropriate for this.