Coder Social home page Coder Social logo

nruizneiman / netcore-base Goto Github PK

View Code? Open in Web Editor NEW
6.0 3.0 0.0 1013 KB

.NET 8 base project (boilerplate) for web-based applications and background jobs. Supports multiple DB providers. It is possible to extend to desktop or mobile applications.

License: GNU General Public License v3.0

C# 99.19% HTML 0.64% CSS 0.08% JavaScript 0.01% Dockerfile 0.08%
dotnet boilerplate template mvc mysql postgresql boilerplate-template boilerplates sql-server

netcore-base's Introduction

.NET Core base project

.NET Core (Restore, Build and Test)

This project wants to be a start point for new projects, as well as an example for new developers about how to use some technologies, patterns, and best practices.

Also, this repository was created as a template repository, so you can create a new project by using the "Use this template" button, or clicking here.

Please feel free to collaborate, open issues, and don't forget to give me your star!

Technologies used

  • .NET 8
  • EntityFramework Core
  • MediatR
  • Docker

DB Providers

You can use multiple DB Providers by changing the "DbProvider" setting with one of the following values:

  • SqlServer
  • InMemory (Default)
  • MySQL
  • PostgreSQL

Also, you can add a new DB Provider as well.

How to startup the project

First, you need to know what you want to do. Maybe a WebApplication, an API?

Second, set the project you want to start as a default project and run it!

Maybe you will need to update the connection string of the provider that you want to use to a local one before starting the project.

Questions?

You may have some questions, please feel free to reach me if you want to discuss something or propose ideas by opening an issue or contacting me using my contact info described in my profile.

License

This template and all its code, are open-source and available for everyone. Feel free to use it, copy it, or whatever you want! But... Build something great, please!

And if you want to, you can reference this project on your README to let other people start at the same point!

Thanks for your support

Nicolas

netcore-base's People

Contributors

dependabot[bot] avatar nruizneiman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

netcore-base's Issues

Api securing

Implement api authorization.

It can be implemented by using JSON web tokens and Identity users table

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.