Skip to content
This repository has been archived by the owner on May 24, 2020. It is now read-only.

wearespacey/aspnetcore2.2-backend-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

SpaceY C# back-end boilerplate

An awesome back-end template built in C# to jumpstart your projects!
Explore the docs »

Report Bug · Request Feature

Table of Contents

About The Project

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 😄

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 2.2 installed on your computer.

Installation

  1. Clone the repo
git clone https://github.com/wearespacey/csharp-backend-boilerplate.git
  1. Open the solution with Visual Studio / Visual Studio Code
  2. Start customizing!

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.