gedankenessen-legacy / goose-backend

0 stars 0 forks source link

Goose Backend

This Solution represends the backend part of the Goose-Project. The Solution is seperated into projects which seperate things of concerns. E.g the business models will be implemented in the Goose.Domain project, the corosponding tests can be implemented in the Goose.Tests.Domain.UnitTests project.

Technologies

Getting Started

  1. Clone this repository
  2. (Optional if no database access is requiered) Ask @pheim1 for application secrets in order to access the database
  3. Start coding & have fun

Code Style Guide

The general C# Coding Conventions should be followed. Feel free to discuse the guidlines, if you are not satisfied with it or want to append it.

The following rules must be respected