mzrimsek / dotnet-core-postgresql-boilerplate

A .NET Core MVC boilerplate project with Entity Framework Core, PostgreSQL, and NUnit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotnet-core-postgresql-boilerplate

PLEASE NOTE THIS PROJECT IS DEPRECATED AND IS RUNNING AN OLD VERSION OF DOTNET CORE. IT IS VERY LIKELY THE PROJECT WILL NOT RUN AND SHOULD NOW ONLY SERVE AS A REFERENCE FOR PROJECT ARCHITECTURE AND ORGANIZATION.

The aim of this project is to make setting up a new .NET Core MVC project as painless as possible.

Requirements

Technologies included:

  • .NET Core
  • Entity Framework Core
  • PostgreSQL
  • NUnit Test Framework

Usage

To get all dependencies in the project built...

git clone
./startup.sh

You still have to do some leg work getting the database set up, but I've detailed how to do that in the first documentation link.

Documentation

Here you'll find posts I've made that walk through how this project has arrived at its current state.

About

A .NET Core MVC boilerplate project with Entity Framework Core, PostgreSQL, and NUnit.

License:MIT License


Languages

Language:C# 97.5%Language:Shell 2.5%