An optical marking management system for the Department of Computer Science, Mathematics, Physics and Statistics at the University of British Columbia - Okanagan
Team Members
- Omar Ankit
- Ahmad Saleem Mirza
- Nelson Nguru Ngumo
- Jusnoor Kaur Sachdeva
- Bennett Witt
User guides for this app can be found in docs/guides
File Structure
├── 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