Skip to content

Folder structure

Kpaubert edited this page Feb 15, 2021 · 6 revisions

Folder structure

Here you will find documentation on how to navigate through the source code.

Existing folder structure

As of now, the solution only contains two actual folders, namely for the API and the tests. Regarding best practices, it is standard to use the MVC-pattern for ASP.NET applications, but that will not be the case for us, as the frontend is written using React.js. Some likely folders to be created are:

  • Services
  • Models
  • Converters
  • Parsers
  • Middleware
  • Exceptions
  • Persistence

Further documentation on these points will come on the near future.

Clone this wiki locally