Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 920 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 920 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-3

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: React based frontend of the application
  • web-2: ASP.NET based frontend of the application
  • test: end-to-end tests for the application

RESTful API between backend and web/mobile is documented here