CDNet is a Content Delivery Network (CDN) application built using DotNet. It is designed to efficiently distribute content across multiple servers, providing faster and more reliable delivery to end-users.
To get started with CDNet, follow the instructions below.
Before using CDNet, ensure that the following dependencies are installed on your system:
- .NET version 8
Follow these steps to install CDNet:
- Clone the repository:
git clone https://github.com/Str1XHyper/CDNet.git
- Change to the project directory:
cd cdnet
To use CDNet, follow the guidelines below.
- Make sure that in
CodeByT.CDNet.Controller/appsettings.json
, you change the DefaultConnection string so that it points to your database - Run CDNet using
$ dotnet watch
We welcome contributions from the community to improve CDNet. If you'd like to contribute, please follow these steps:
- Fork the repository on GitHub.
- Create a new branch with a descriptive name:
git checkout -b feature/your-feature-name
. - Make your desired changes.
- Test your changes thoroughly.
- Commit your changes:
git commit -am 'Add some feature'
. - Push to the branch:
git push origin feature/your-feature-name
. - Create a new pull request.
Please ensure that your code adheres to the coding standards and includes appropriate documentation.
CDNet is released under the MIT License. You are free to use, modify, and distribute this software.
If you have any questions, feedback, or suggestions regarding CDNet, please feel free to contact us:
- Email: [tijn.vanveghel@codebyt.nl]
- GitHub: [str1xhyper]
We appreciate your interest in CDNet and look forward to hearing from you!