An awesome back-end template built in C# to jumpstart your projects!
Explore the docs »
Report Bug
·
Request Feature
While doing some hackathons, we definitely understood that if we were to work on projects needing such technologies, it was just time-consuming to create the API over and over again. After the Hack In The Woods V2, this boilerplate was the next objective to step forwards to our goal : build fast and smart things that help the world and the living!
Here's why you should use this:
- Your time should be focused on creating something amazing. A project that solves a problem and helps others
- You shouldn't be doing the same tasks over and over like creating a C# back-end solution from scratch
- You should element DRY principles to the rest of your life 😄
You will find herebelow the frameworks and dependencies used by this solution:
- .NET Core 2.2
- NewtonSoft.Json
- Swagger
- Swashbuckle
- Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer
- AutoMapper
To get a local copy up and running follow these simple steps.
Please make sure you have .NET Core 2.2 installed on your computer.
- Clone the repo
git clone https://github.com/wearespacey/csharp-backend-boilerplate.git
- Open the solution with Visual Studio / Visual Studio Code
- Start customizing!
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated as long as they served the purpose of this repository : build a general back-end solution customizable for any project.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push the Branch to Remote (
git push origin feature/AmazingFeature
) - Open a Pull Request from your Feature Branch to this project Develop Branch
Distributed under the MIT License. See LICENSE
for more information.