-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Documentation] Document how to run the application for developers #14
Comments
Additionally, while the API is documented in code comments fairly well, it might be a good idea to document it more fully. This would certainly aid in frontend development, at least in terms of interactions with the application. |
@aluhrs13 I'm trying to run it myself in Visual Studio and there are some incompatibilities when I try to build it against .NET Core 3.1.
Is it partially using .NET 5.0? (I can't get it to run against that either, though.) |
Well, I did get it working with .NET 5.0. I'd absolutely prefer to get it running against .NET Core instead so it can run cross-platform. I would think it'll just take some refactoring of the dependencies. Let me know if you want me to try to assist with this. Still not sure which port the API runs on though. Getting errors regardless of which value I use (there seem to be multiple specified in the code between the react app and settings json). |
I would like to contribute to the frontend but I am not familiar with ASP.NET at all so having some basic documentation on how to get it running would be greatly appreciated.
The text was updated successfully, but these errors were encountered: