This repository contains the basic setup for the Backend Onboarding Module Project During onboarding, the new collegue will fork and extend this project to learn new skills and become familiar with the project setup. On resolution the Mentor(s) can look at the forked project together and discuss to learn even more.
Challenges are scattered troughout the codebase which can form inspiration for extending functionality. The Challenges.md file contains more general challenges that apply to a wider part of the codebase.
- Fork or Clone the project from the Github
- Use
dotnet run
in the root folder of both the backend and frontend to start the services.
If you have any feedback, questions or need support, please reach out to us at [email protected] or [email protected].
If you try to run it but run into the following error message:
The SSL connection could not be established ...
or
The remote certificate is invalid ....
try to run
dotnet dev-certs https --clean
dotnet dev-certs https --trust
This renews the developer certificate for your dotnet environment