HunteRoi / aspnetcore3.1-backend-boilerplate

ASP.NET Core 3.1 back-end boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License


Logo

ASP.NET Core back-end boilerplate

An awesome back-end template built with ASP.NET Core to jumpstart your projects!
Explore the docs �

Report BugRequest Feature

Table of Contents

About The Project

This is my personal implementation of a RESTful API developed with love and consideration.

Built With

You will find herebelow the frameworks and dependencies used by this solution:

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Please make sure you have .NET Core 3.1 installed on your computer.

Installation

  1. Clone the repo
git clone https://github.com/hunteroi/aspnetcore-backend-boilerplate.git
  1. Open the solution with Visual Studio / Visual Studio Code
  2. Add your database's connection string as an environment variable with the following name : boilerplate_ConnectionStrings__DbContext
  3. Use the Package Manager Console to Add-Migration InitialCreate
  4. Then Update-Database
  5. Make sure you have selected the API project as Start-up project and enjoy!

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push the Branch to Remote (git push origin feature/AmazingFeature)
  5. Open a Pull Request from your Feature Branch to this project Develop Branch

License

Distributed under the MIT License. See LICENSE for more information.

About

ASP.NET Core 3.1 back-end boilerplate

License:MIT License


Languages

Language:C# 100.0%