Technologies • Getting Started • Contribute
An API made for studies on the C# and .NET 8
Here you describe how to run your project locally
Here you list all prerequisites necessary for running your project. For example:
How to clone your project
git clone https://github.com/vitoUwu/WebApi
How to start your project
cd WebApi
dotnet run --project WebApi
Here you will explain how other developers can contribute to your project. For example, explaining how can create their branches, which patterns to follow and how to open an pull request
git clone https://github.com/vitoUwu/WebApi
git checkout -b feature/NAME