Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 909 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 909 Bytes

Issue Tracker

This repository contains the issue tracker project developed as a collaborative project exercise.

Project Overview

Target of the project is to develop a web-based issue tracker.

Project Team

@KodstarBootcamp/issue-tracker-2020-2

Project Way of Working

The way of working followed by the team is documented here

Project Structure

Project is decomposed into layers and this is reflected to the directory structure.

  • backend: backend of the application
  • web: web based frontend of the application
  • mobile: mobile fontend of the application
  • test: end-to-end tests for the application

RESTful API between backend and web/mobile is documented here