Backend API for the SkySource project, serving both the client application and admin panel.
- ASP.NET Core
- [Any other key technologies]
- Navigate to the server directory
- Restore dependencies:
dotnet restore
- Run the application:
dotnet run
Run dotnet build
to build the project.
Run dotnet test
to execute the unit tests.
[Include information about API endpoints or link to API documentation]