Skip to content

What did we do to go open source.

Fabian Coenen edited this page May 11, 2022 · 6 revisions

Backend

  1. Clean code
  • remove unnessesary documentation
  • optimise code
  1. Setup pipeline
  • add dependencies
  • add build command
  • add tests
  1. add first tests
  • add test dependency
  • add tests für REST API

Frontend

  1. Clean code
  2. Remove dependency to a runing backend while building
  3. Setup pipeline
  • add dependencies
  • add build command
  • add tests
Clone this wiki locally