An awesome back-end template built with ASP.NET Core to jumpstart your projects!
Explore the docs �
Report Bug
�
Request Feature
This is my personal implementation of a RESTful API developed with love and consideration.
You will find herebelow the frameworks and dependencies used by this solution:
- .NET Core 3.1
- System.Text.Json
- Swashbuckle
- Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer
- AutoMapper
- JwtBearer
- EntityFramework Core
To get a local copy up and running follow these simple steps.
Please make sure you have .NET Core 3.1 installed on your computer.
- Clone the repo
git clone https://github.com/hunteroi/aspnetcore-backend-boilerplate.git
- Open the solution with Visual Studio / Visual Studio Code
- Add your database's connection string as an environment variable with the following name :
boilerplate_ConnectionStrings__DbContext
- Use the Package Manager Console to
Add-Migration InitialCreate
- Then
Update-Database
- Make sure you have selected the API project as Start-up project and enjoy!
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.