Skip to content
Simon Bachmann edited this page May 11, 2020 · 6 revisions

This application was built as part of the lecture Advanced Software Engineering at the University of Zurich.

Goal of the Project

The goal of this project is to learn how to build a micro-service based application and how to collaborate in a team. Furthermore, several tools are introduced during the course and applied during the Project:

  • Git for VC
  • Github Actions for CI/CD
  • Github Project for tracking issues and task assignment
  • SonarQube for Quality Checks
  • Swagger for documenting the RESTful APIs

The full task description can be found here.

Goal of the Application - Crowd-Sourced Pokemon Generation

Or team decided to use the Pokemon dataset and build micro-services around it such that new Pokemons can generated with a new name and new image. The goal is to let users rate the generated images and names to improve the neural networks.

Project built by:

Alex Wolf aka Lochindaal

Simon Bachmann aka simibac

Clone this wiki locally