UBCO-COSC499-Summer-2024 / team-1-capstone-gradefalcon

Starter structure for projects
Other
3 stars 0 forks source link

GradeFalcon

An optical marking management system for the Department of Computer Science, Mathematics, Physics and Statistics at the University of British Columbia - Okanagan

Team Members

  1. Omar Ankit
  2. Ahmad Saleem Mirza
  3. Nelson Nguru Ngumo
  4. Jusnoor Kaur Sachdeva
  5. 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