This repository contains the issue tracker project developed as a collaborative project exercise.
Target of the project is to develop a web-based issue tracker.
@KodstarBootcamp/issue-tracker-2020-1
The way of working followed by the team is documented here
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