Optically Marked Exam Management System
Project Goal: To create a responsive web application that supports the marking and management of optically marked exams. The application will allow for the rapid construction, marking, analysis and return of optically marked exams.
- Nathan Jacinto - 62151279
- Oakley Pankratz - 35649318
- Nic Kouwenhoven - 60504180
- Jay Bhullar - 21474457
- Jack Mathisen - 73490252
Please use the provided folder structure for your docs (project plan, design documenation, communications log, weekly logs and final documentation), source code, tesing, etc. You are free to organize any additional internal folder structure as required by the project. The team MUST use a branching workflow and once an item is ready, do remember to issue a PR, review and merge in into the master brach.
.
├── docs # Documentation files (alternatively `doc`)
│ ├── TOC.md # Table of contents
│ ├── plan # Scope and Charter
│ ├── design # Getting started guide
│ ├── final # Getting started guide
│ ├── logs # Team Logs
│ └── ...
├── build # Compiled files (alternatively `dist`))
├── app # Source files (alternatively `lib` or `src`)
├── test # Automated tests (alternatively `spec` or `tests`)
├── tools # Tools and utilities
├── LICENSE # The license for this project
└── README.md
You can find additional information on folder structure convetions here.
Also, update your README.md file with the team and client/project information. You can find details on writing GitHub Markdown here as well as a handy cheatsheet.